Class: CloudRailSi::Types::Address

Inherits:
SandboxObject show all
Defined in:
lib/cloudrail_si/types/Address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from SandboxObject

#get, #set

Instance Attribute Details

#cityObject (readonly)

Returns the value of attribute city.



6
7
8
# File 'lib/cloudrail_si/types/Address.rb', line 6

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country.



6
7
8
# File 'lib/cloudrail_si/types/Address.rb', line 6

def country
  @country
end

#line1Object (readonly)

Returns the value of attribute line1.



6
7
8
# File 'lib/cloudrail_si/types/Address.rb', line 6

def line1
  @line1
end

#line2Object (readonly)

Returns the value of attribute line2.



6
7
8
# File 'lib/cloudrail_si/types/Address.rb', line 6

def line2
  @line2
end

#postalCodeObject (readonly)

Returns the value of attribute postalCode.



6
7
8
# File 'lib/cloudrail_si/types/Address.rb', line 6

def postalCode
  @postalCode
end

#stateObject (readonly)

Returns the value of attribute state.



6
7
8
# File 'lib/cloudrail_si/types/Address.rb', line 6

def state
  @state
end