Class: Playapi::Custom
- Inherits:
-
Interaction
- Object
- Base
- Identity
- Interaction
- Playapi::Custom
- Defined in:
- lib/playapi/custom.rb
Instance Attribute Summary
Attributes inherited from Interaction
#campaign_id, #entity_id, #feature_id, #id, #text
Instance Method Summary collapse
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 Method Details
#foobar ⇒ Object
3 4 5 |
# File 'lib/playapi/custom.rb', line 3 def puts "foobar" end |