Class: Mosaic::Foursquare::Venue::Stats
- Defined in:
- lib/mosaic/foursquare/venue.rb
Overview
locally defined stats object (general one is probably not required)
Instance Attribute Summary collapse
-
#checkins_count ⇒ Object
readonly
Returns the value of attribute checkins_count.
-
#photos_count ⇒ Object
Returns the value of attribute photos_count.
-
#tip_count ⇒ Object
readonly
Returns the value of attribute tip_count.
-
#updates_count ⇒ Object
Returns the value of attribute updates_count.
-
#users_count ⇒ Object
readonly
Returns the value of attribute users_count.
Method Summary
Methods inherited from Object
#initialize, query, request_count, request_count=
Methods included from Utils::Helpers
Constructor Details
This class inherits a constructor from Mosaic::Foursquare::Object
Instance Attribute Details
#checkins_count ⇒ Object (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_count ⇒ Object
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_count ⇒ Object (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_count ⇒ Object
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_count ⇒ Object (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 |