Class: Mosaic::Foursquare::Venue::Stats

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

Overview

locally defined stats object (general one is probably not 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

#checkins_countObject (readonly)

Returns the value of attribute checkins_count.



22
23
24
# File 'lib/mosaic/foursquare/venue.rb', line 22

def checkins_count
  @checkins_count
end

#photos_countObject

Returns the value of attribute photos_count.



23
24
25
# File 'lib/mosaic/foursquare/venue.rb', line 23

def photos_count
  @photos_count
end

#tip_countObject (readonly)

Returns the value of attribute tip_count.



22
23
24
# File 'lib/mosaic/foursquare/venue.rb', line 22

def tip_count
  @tip_count
end

#updates_countObject

Returns the value of attribute updates_count.



23
24
25
# File 'lib/mosaic/foursquare/venue.rb', line 23

def updates_count
  @updates_count
end

#users_countObject (readonly)

Returns the value of attribute users_count.



22
23
24
# File 'lib/mosaic/foursquare/venue.rb', line 22

def users_count
  @users_count
end