Class: Playapi::Checkin
- Inherits:
-
Interaction
- Object
- Base
- Identity
- Interaction
- Playapi::Checkin
- Defined in:
- lib/playapi/checkin.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Attributes inherited from Interaction
#campaign_id, #entity_id, #feature_id, #id, #text
Method Summary
Methods inherited from Interaction
#campaign, classed_interaction, create, #destroy, destroy, #entity, #feature, find_by_facet, get, list, #push, update
Methods included from Utils
Methods inherited from Identity
#==, fetch, #id, #initialize, store
Methods inherited from Base
#[], attr_reader, #attrs, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Playapi::Identity
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location.
3 4 5 |
# File 'lib/playapi/checkin.rb', line 3 def location @location end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
3 4 5 |
# File 'lib/playapi/checkin.rb', line 3 def source @source end |