Class: Google::Storage::Data::BucketActionCatalog
- Inherits:
-
BucketAction
- Object
- BucketAction
- Google::Storage::Data::BucketActionCatalog
- Defined in:
- lib/google/storage/property/bucket_action.rb
Overview
Manages a BucketAction nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from BucketAction
Instance Method Summary collapse
-
#initialize(args) ⇒ BucketActionCatalog
constructor
A new instance of BucketActionCatalog.
Methods inherited from BucketAction
Constructor Details
#initialize(args) ⇒ BucketActionCatalog
Returns a new instance of BucketActionCatalog.
95 96 97 98 |
# File 'lib/google/storage/property/bucket_action.rb', line 95 def initialize(args) @storage_class = Google::Storage::Property::String.unsafe_munge(args['storage_class']) @type = Google::Storage::Property::Enum.unsafe_munge(args['type']) end |