Class: Google::Compute::Data::UrlMapPathRulesCatalog

Inherits:
UrlMapPathRules show all
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

#paths, #service

Instance Method Summary collapse

Methods inherited from UrlMapPathRules

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

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