Class: OrdnanceSurveyVsTheWorld::LatLon

Inherits:
Struct
  • Object
show all
Defined in:
lib/ordnance_survey_vs_the_world/lat_lon.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



2
3
4
# File 'lib/ordnance_survey_vs_the_world/lat_lon.rb', line 2

def lat
  @lat
end

#lonObject

Returns the value of attribute lon

Returns:

  • (Object)

    the current value of lon



2
3
4
# File 'lib/ordnance_survey_vs_the_world/lat_lon.rb', line 2

def lon
  @lon
end