Class: Gowalla::Event
Overview
Retrieve a list of check-ins at a particular spot. Shows only the activity that is visible to a given user. model is singular. activities is an array for a given event.
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Event
constructor
A new instance of Event.
Constructor Details
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity.
5 6 7 |
# File 'lib/gowalla/event.rb', line 5 def activity @activity end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/gowalla/event.rb', line 5 def url @url end |