Class: Google::Storage::Data::DefaultObjectACLProjectTeamCatalog

Inherits:
DefaultObjectACLProjectTeam show all
Defined in:
lib/google/storage/property/defaultobjectacl_project_team.rb

Overview

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

Instance Attribute Summary

Attributes inherited from DefaultObjectACLProjectTeam

#project_number, #team

Instance Method Summary collapse

Methods inherited from DefaultObjectACLProjectTeam

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

Constructor Details

#initialize(args) ⇒ DefaultObjectACLProjectTeamCatalog

Returns a new instance of DefaultObjectACLProjectTeamCatalog.



95
96
97
98
# File 'lib/google/storage/property/defaultobjectacl_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