Class: CloudRailSi::Types::Address
- Inherits:
-
SandboxObject
- Object
- SandboxObject
- CloudRailSi::Types::Address
- Defined in:
- lib/cloudrail_si/types/Address.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#line1 ⇒ Object
readonly
Returns the value of attribute line1.
-
#line2 ⇒ Object
readonly
Returns the value of attribute line2.
-
#postalCode ⇒ Object
readonly
Returns the value of attribute postalCode.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Method Summary
Methods inherited from SandboxObject
Instance Attribute Details
#city ⇒ Object (readonly)
Returns the value of attribute city.
6 7 8 |
# File 'lib/cloudrail_si/types/Address.rb', line 6 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
6 7 8 |
# File 'lib/cloudrail_si/types/Address.rb', line 6 def country @country end |
#line1 ⇒ Object (readonly)
Returns the value of attribute line1.
6 7 8 |
# File 'lib/cloudrail_si/types/Address.rb', line 6 def line1 @line1 end |
#line2 ⇒ Object (readonly)
Returns the value of attribute line2.
6 7 8 |
# File 'lib/cloudrail_si/types/Address.rb', line 6 def line2 @line2 end |
#postalCode ⇒ Object (readonly)
Returns the value of attribute postalCode.
6 7 8 |
# File 'lib/cloudrail_si/types/Address.rb', line 6 def postalCode @postalCode end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
6 7 8 |
# File 'lib/cloudrail_si/types/Address.rb', line 6 def state @state end |