Class: Pumi::DataSource::Geocoder::Result
- Inherits:
-
Struct
- Object
- Struct
- Pumi::DataSource::Geocoder::Result
- Defined in:
- lib/pumi/data_source/geocoder.rb
Instance Attribute Summary collapse
-
#bounding_box ⇒ Object
Returns the value of attribute bounding_box.
-
#code ⇒ Object
Returns the value of attribute code.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#long ⇒ Object
Returns the value of attribute long.
Instance Attribute Details
#bounding_box ⇒ Object
Returns the value of attribute bounding_box
6 7 8 |
# File 'lib/pumi/data_source/geocoder.rb', line 6 def bounding_box @bounding_box end |
#code ⇒ Object
Returns the value of attribute code
6 7 8 |
# File 'lib/pumi/data_source/geocoder.rb', line 6 def code @code end |
#lat ⇒ Object
Returns the value of attribute lat
6 7 8 |
# File 'lib/pumi/data_source/geocoder.rb', line 6 def lat @lat end |
#long ⇒ Object
Returns the value of attribute long
6 7 8 |
# File 'lib/pumi/data_source/geocoder.rb', line 6 def long @long end |