Class: Orderspace::Structs::Address
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::Address
- Defined in:
- lib/orderspace/struct/address.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#contact_name ⇒ Object
Returns the value of attribute contact_name.
-
#country ⇒ Object
Returns the value of attribute country.
-
#line1 ⇒ Object
Returns the value of attribute line1.
-
#line2 ⇒ Object
Returns the value of attribute line2.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def city @city end |
#company_name ⇒ Object
Returns the value of attribute company_name
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def company_name @company_name end |
#contact_name ⇒ Object
Returns the value of attribute contact_name
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def contact_name @contact_name end |
#country ⇒ Object
Returns the value of attribute country
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def country @country end |
#line1 ⇒ Object
Returns the value of attribute line1
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def line1 @line1 end |
#line2 ⇒ Object
Returns the value of attribute line2
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def line2 @line2 end |
#postal_code ⇒ Object
Returns the value of attribute postal_code
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state
8 9 10 |
# File 'lib/orderspace/struct/address.rb', line 8 def state @state end |