Class: Google::Compute::Data::InstaTemplServiAccouCatalog
- Inherits:
-
InstaTemplServiAccou
- Object
- InstaTemplServiAccou
- Google::Compute::Data::InstaTemplServiAccouCatalog
- Defined in:
- lib/google/compute/property/instancetemplate_service_accounts.rb
Overview
Manages a InstaTemplServiAccou nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from InstaTemplServiAccou
Instance Method Summary collapse
-
#initialize(args) ⇒ InstaTemplServiAccouCatalog
constructor
A new instance of InstaTemplServiAccouCatalog.
Methods inherited from InstaTemplServiAccou
Constructor Details
#initialize(args) ⇒ InstaTemplServiAccouCatalog
Returns a new instance of InstaTemplServiAccouCatalog.
97 98 99 100 101 102 |
# File 'lib/google/compute/property/instancetemplate_service_accounts.rb', line 97 def initialize(args) @email = Google::Compute::Property::Boolean.unsafe_munge(args['email']) @scopes = Google::Compute::Property::StringArray.unsafe_munge(args['scopes']) end |