Class: Google::Compute::Data::InstancServiceAccountCatalog
- Inherits:
-
InstancServiceAccount
- Object
- InstancServiceAccount
- Google::Compute::Data::InstancServiceAccountCatalog
- Defined in:
- lib/google/compute/property/instance_service_accounts.rb
Overview
Manages a InstancServiceAccount nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from InstancServiceAccount
Instance Method Summary collapse
-
#initialize(args) ⇒ InstancServiceAccountCatalog
constructor
A new instance of InstancServiceAccountCatalog.
Methods inherited from InstancServiceAccount
Constructor Details
#initialize(args) ⇒ InstancServiceAccountCatalog
Returns a new instance of InstancServiceAccountCatalog.
97 98 99 100 101 102 |
# File 'lib/google/compute/property/instance_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 |