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.



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

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