Class: ET::SentEvent

Inherits:
GetSupport show all
Defined in:
lib/exact-target-api/sent_event.rb

Instance Attribute Summary

Attributes inherited from GetSupport

#filter

Attributes inherited from BaseObject

#client, #endpoint, #lastRequestID, #obj, #props

Instance Method Summary collapse

Methods inherited from GetSupport

#get, #get_more_results, #info

Methods inherited from BaseObject

#stringify_keys!, #symbolize_keys!

Constructor Details

#initializeSentEvent

Returns a new instance of SentEvent.



3
4
5
6
# File 'lib/exact-target-api/sent_event.rb', line 3

def initialize
  super
  @obj = 'SentEvent'
end