Class: Google::Storage::Data::DefaultObjectACLProjectTeamCatalog
- Inherits:
-
DefaultObjectACLProjectTeam
- Object
- DefaultObjectACLProjectTeam
- Google::Storage::Data::DefaultObjectACLProjectTeamCatalog
- 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
Instance Method Summary collapse
-
#initialize(args) ⇒ DefaultObjectACLProjectTeamCatalog
constructor
A new instance of DefaultObjectACLProjectTeamCatalog.
Methods inherited from DefaultObjectACLProjectTeam
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 |