Class: Gowalla::Checkin
- Inherits:
-
Object
- Object
- Gowalla::Checkin
- Defined in:
- lib/gowalla/checkin.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#message ⇒ Object
Returns the value of attribute message.
-
#spot ⇒ Object
Returns the value of attribute spot.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Checkin
constructor
A new instance of Checkin.
Constructor Details
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/gowalla/checkin.rb', line 3 def created_at @created_at end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/gowalla/checkin.rb', line 3 def @message end |
#spot ⇒ Object
Returns the value of attribute spot.
3 4 5 |
# File 'lib/gowalla/checkin.rb', line 3 def spot @spot end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/gowalla/checkin.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/gowalla/checkin.rb', line 3 def url @url end |