Class: Workarea::Geolocation::Address
- Inherits:
-
Struct
- Object
- Struct
- Workarea::Geolocation::Address
- Defined in:
- lib/workarea/geolocation.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country
3 4 5 |
# File 'lib/workarea/geolocation.rb', line 3 def country @country end |
#postal_code ⇒ Object
Returns the value of attribute postal_code
3 4 5 |
# File 'lib/workarea/geolocation.rb', line 3 def postal_code @postal_code end |
#region ⇒ Object
Returns the value of attribute region
3 4 5 |
# File 'lib/workarea/geolocation.rb', line 3 def region @region end |