Class: Pumi::DataSource::Geocoder::AbstractGeocoder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/pumi/data_source/geocoder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxObject

Returns the value of attribute bounding_box

Returns:

  • (Object)

    the current value of bounding_box



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def bounding_box
  @bounding_box
end

#country_codeObject

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def country_code
  @country_code
end

#district_name_enObject

Returns the value of attribute district_name_en

Returns:

  • (Object)

    the current value of district_name_en



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def district_name_en
  @district_name_en
end

#iso3166_2Object

Returns the value of attribute iso3166_2

Returns:

  • (Object)

    the current value of iso3166_2



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def iso3166_2
  @iso3166_2
end

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def lat
  @lat
end

#longObject

Returns the value of attribute long

Returns:

  • (Object)

    the current value of long



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def long
  @long
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def name
  @name
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



9
10
11
# File 'lib/pumi/data_source/geocoder.rb', line 9

def types
  @types
end