Class: Google::Storage::Data::BucketLifecycleCatalog
- Inherits:
-
BucketLifecycle
- Object
- BucketLifecycle
- Google::Storage::Data::BucketLifecycleCatalog
- Defined in:
- lib/google/storage/property/bucket_lifecycle.rb
Overview
Manages a BucketLifecycle nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from BucketLifecycle
Instance Method Summary collapse
-
#initialize(args) ⇒ BucketLifecycleCatalog
constructor
A new instance of BucketLifecycleCatalog.
Methods inherited from BucketLifecycle
Constructor Details
#initialize(args) ⇒ BucketLifecycleCatalog
Returns a new instance of BucketLifecycleCatalog.
92 93 94 |
# File 'lib/google/storage/property/bucket_lifecycle.rb', line 92 def initialize(args) @rule = Google::Storage::Property::BucketRuleArray.unsafe_munge(args['rule']) end |