Class: Playapi::Custom

Inherits:
Interaction show all
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

hi

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

#foobarObject


3
4
5
# File 'lib/playapi/custom.rb', line 3

def foobar
	puts "foobar"
end