Class: Pumi::DataSource::Geocoder::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



6
7
8
# File 'lib/pumi/data_source/geocoder.rb', line 6

def bounding_box
  @bounding_box
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



6
7
8
# File 'lib/pumi/data_source/geocoder.rb', line 6

def code
  @code
end

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



6
7
8
# File 'lib/pumi/data_source/geocoder.rb', line 6

def lat
  @lat
end

#longObject

Returns the value of attribute long

Returns:

  • (Object)

    the current value of long



6
7
8
# File 'lib/pumi/data_source/geocoder.rb', line 6

def long
  @long
end