Class: Mosaic::Foursquare::Venue::Location

Inherits:
Object
  • Object
show all
Defined in:
lib/mosaic/foursquare/venue.rb

Overview

locally defined location object (until general one is required)

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

#initialize, query, request_count, request_count=

Methods included from Utils::Helpers

#underscore_string

Constructor Details

This class inherits a constructor from Mosaic::Foursquare::Object

Instance Attribute Details

#latObject (readonly)

Returns the value of attribute lat.



17
18
19
# File 'lib/mosaic/foursquare/venue.rb', line 17

def lat
  @lat
end

#lngObject (readonly)

Returns the value of attribute lng.



17
18
19
# File 'lib/mosaic/foursquare/venue.rb', line 17

def lng
  @lng
end