Class: Hps::HpsAddress
- Inherits:
-
Object
- Object
- Hps::HpsAddress
- Defined in:
- lib/hps/entities/hps_address.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4 5 6 |
# File 'lib/hps/entities/hps_address.rb', line 4 def address @address end |
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/hps/entities/hps_address.rb', line 4 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/hps/entities/hps_address.rb', line 4 def country @country end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/hps/entities/hps_address.rb', line 4 def state @state end |
#zip ⇒ Object
Returns the value of attribute zip.
4 5 6 |
# File 'lib/hps/entities/hps_address.rb', line 4 def zip @zip end |