Class: SecureTrading::Objects::Customer::Address
- Inherits:
-
DataObject
- Object
- DataObject
- SecureTrading::Objects::Customer::Address
- Defined in:
- lib/secure_trading/objects/customer.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
Method Summary
Methods inherited from DataObject
Constructor Details
This class inherits a constructor from SecureTrading::DataObject
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
28 29 30 |
# File 'lib/secure_trading/objects/customer.rb', line 28 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
28 29 30 |
# File 'lib/secure_trading/objects/customer.rb', line 28 def country @country end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
28 29 30 |
# File 'lib/secure_trading/objects/customer.rb', line 28 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state.
28 29 30 |
# File 'lib/secure_trading/objects/customer.rb', line 28 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
28 29 30 |
# File 'lib/secure_trading/objects/customer.rb', line 28 def street @street end |