Module: Tsuga::Model::Point::Fields

Included in:
Tsuga::Model::Point
Defined in:
lib/tsuga/model/point.rb

Instance Attribute Summary collapse

Instance Attribute Details

#geohashObject

Returns the value of attribute geohash.



192
193
194
# File 'lib/tsuga/model/point.rb', line 192

def geohash
  @geohash
end

#latObject

Returns the value of attribute lat.



192
193
194
# File 'lib/tsuga/model/point.rb', line 192

def lat
  @lat
end

#lngObject

Returns the value of attribute lng.



192
193
194
# File 'lib/tsuga/model/point.rb', line 192

def lng
  @lng
end