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