Class: ET::BounceEvent

Inherits:
GetSupport show all
Defined in:
lib/exact-target-api/bounce_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

#initializeBounceEvent

Returns a new instance of BounceEvent.



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

def initialize
  super
  @obj = 'BounceEvent'
end