Class: ObiWan::Type::BillingAddress
- Defined in:
- lib/obi-wan/type.rb
Overview
obi data types
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street1 ⇒ Object
Returns the value of attribute street1.
-
#street2 ⇒ Object
Returns the value of attribute street2.
-
#zip ⇒ Object
Returns the value of attribute zip.
Method Summary
Methods inherited from Builder
Constructor Details
This class inherits a constructor from ObiWan::Type::Builder
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
37 38 39 |
# File 'lib/obi-wan/type.rb', line 37 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
40 41 42 |
# File 'lib/obi-wan/type.rb', line 40 def country @country end |
#state ⇒ Object
Returns the value of attribute state.
38 39 40 |
# File 'lib/obi-wan/type.rb', line 38 def state @state end |
#street1 ⇒ Object
Returns the value of attribute street1.
35 36 37 |
# File 'lib/obi-wan/type.rb', line 35 def street1 @street1 end |
#street2 ⇒ Object
Returns the value of attribute street2.
36 37 38 |
# File 'lib/obi-wan/type.rb', line 36 def street2 @street2 end |
#zip ⇒ Object
Returns the value of attribute zip.
39 40 41 |
# File 'lib/obi-wan/type.rb', line 39 def zip @zip end |