Class: Pumi::DataSource::Geocoder::AbstractGeocoder::Result
- Inherits:
-
Struct
- Object
- Struct
- Pumi::DataSource::Geocoder::AbstractGeocoder::Result
- Defined in:
- lib/pumi/data_source/geocoder.rb
Instance Attribute Summary collapse
-
#bounding_box ⇒ Object
Returns the value of attribute bounding_box.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#district_name_en ⇒ Object
Returns the value of attribute district_name_en.
-
#iso3166_2 ⇒ Object
Returns the value of attribute iso3166_2.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#long ⇒ Object
Returns the value of attribute long.
-
#name ⇒ Object
Returns the value of attribute name.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#bounding_box ⇒ Object
Returns the value of attribute bounding_box
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def bounding_box @bounding_box end |
#country_code ⇒ Object
Returns the value of attribute country_code
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def country_code @country_code end |
#district_name_en ⇒ Object
Returns the value of attribute district_name_en
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def district_name_en @district_name_en end |
#iso3166_2 ⇒ Object
Returns the value of attribute iso3166_2
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def iso3166_2 @iso3166_2 end |
#lat ⇒ Object
Returns the value of attribute lat
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def lat @lat end |
#long ⇒ Object
Returns the value of attribute long
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def long @long end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def name @name end |
#types ⇒ Object
Returns the value of attribute types
9 10 11 |
# File 'lib/pumi/data_source/geocoder.rb', line 9 def types @types end |