Class: QPay::Address
- Inherits:
-
Struct
- Object
- Struct
- QPay::Address
- Defined in:
- lib/qpay/models.rb
Overview
--- Common nested types ---
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#building ⇒ Object
Returns the value of attribute building.
-
#city ⇒ Object
Returns the value of attribute city.
-
#district ⇒ Object
Returns the value of attribute district.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#street ⇒ Object
Returns the value of attribute street.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def address @address end |
#building ⇒ Object
Returns the value of attribute building
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def building @building end |
#city ⇒ Object
Returns the value of attribute city
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def city @city end |
#district ⇒ Object
Returns the value of attribute district
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def district @district end |
#latitude ⇒ Object
Returns the value of attribute latitude
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def longitude @longitude end |
#street ⇒ Object
Returns the value of attribute street
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def street @street end |
#zipcode ⇒ Object
Returns the value of attribute zipcode
15 16 17 |
# File 'lib/qpay/models.rb', line 15 def zipcode @zipcode end |