Class: Google::Storage::Data::BucketProjectTeamCatalog

Inherits:
BucketProjectTeam show all
Defined in:
lib/google/storage/property/bucket_project_team.rb

Overview

Manages a BucketProjectTeam nested object Data is coming from the Puppet manifest

Instance Attribute Summary

Attributes inherited from BucketProjectTeam

#project_number, #team

Instance Method Summary collapse

Methods inherited from BucketProjectTeam

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

Constructor Details

#initialize(args) ⇒ BucketProjectTeamCatalog

Returns a new instance of BucketProjectTeamCatalog.



95
96
97
98
# File 'lib/google/storage/property/bucket_project_team.rb', line 95

def initialize(args)
  @project_number = Google::Storage::Property::String.unsafe_munge(args['project_number'])
  @team = Google::Storage::Property::Enum.unsafe_munge(args['team'])
end