Class: Google::Storage::Data::BucketOwnerCatalog
- Inherits:
-
BucketOwner
- Object
- BucketOwner
- Google::Storage::Data::BucketOwnerCatalog
- 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
Instance Method Summary collapse
-
#initialize(args) ⇒ BucketOwnerCatalog
constructor
A new instance of BucketOwnerCatalog.
Methods inherited from BucketOwner
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 |