Class: Google::Compute::Data::UrlMapPathRulesCatalog
- Inherits:
-
UrlMapPathRules
- Object
- UrlMapPathRules
- Google::Compute::Data::UrlMapPathRulesCatalog
- Defined in:
- lib/google/compute/property/urlmap_path_rules.rb
Overview
Manages a UrlMapPathRules nested object Data is coming from the Puppet manifest
Instance Attribute Summary
Attributes inherited from UrlMapPathRules
Instance Method Summary collapse
-
#initialize(args) ⇒ UrlMapPathRulesCatalog
constructor
A new instance of UrlMapPathRulesCatalog.
Methods inherited from UrlMapPathRules
Constructor Details
#initialize(args) ⇒ UrlMapPathRulesCatalog
Returns a new instance of UrlMapPathRulesCatalog.
99 100 101 102 103 104 105 106 |
# File 'lib/google/compute/property/urlmap_path_rules.rb', line 99 def initialize(args) @paths = Google::Compute::Property::StringArray.unsafe_munge(args['paths']) @service = Google::Compute::Property::BackServSelfLinkRef.unsafe_munge( args['service'] ) end |