Method: TalonOne::Event#effects

Defined in:
lib/talon_one/models/event.rb

#effectsObject

An array of effects generated by the rules of the enabled campaigns of the Application. You decide how to apply them in your system. See the list of [API effects](docs.talon.one/docs/dev/integration-api/api-effects).



42
43
44
# File 'lib/talon_one/models/event.rb', line 42

def effects
  @effects
end