Class: Google::Storage::Data::BucketVersioningCatalog

Inherits:
BucketVersioning show all
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

#enabled

Instance Method Summary collapse

Methods inherited from BucketVersioning

#<=>, #==, #to_json, #to_s

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