Class: Google::Storage::Data::BucketOwnerCatalog

Inherits:
BucketOwner
  • Object
show all
Defined in:
lib/google/storage/property/bucket_owner.rb

Overview

Manages a BucketOwner nested object Data is coming from the Puppet manifest

Instance Attribute Summary

Attributes inherited from BucketOwner

#entity, #entity_id

Instance Method Summary collapse

Methods inherited from BucketOwner

#<=>, #==, #to_json, #to_s

Constructor Details

#initialize(args) ⇒ BucketOwnerCatalog

Returns a new instance of BucketOwnerCatalog.



96
97
98
99
100
101
# File 'lib/google/storage/property/bucket_owner.rb', line 96

def initialize(args)
  @entity =
    Google::Storage::Property::String.unsafe_munge(args['entity'])
  @entity_id =
    Google::Storage::Property::String.unsafe_munge(args['entity_id'])
end