Class: FuelSDK::ET_UnsubEvent
- Inherits:
-
ET_GetSupport
- Object
- ET_BaseObject
- ET_GetSupport
- FuelSDK::ET_UnsubEvent
- Defined in:
- lib/new.rb
Instance Attribute Summary
Attributes inherited from ET_GetSupport
Attributes inherited from ET_BaseObject
#authStub, #endpoint, #lastRequestID, #obj, #props
Instance Method Summary collapse
-
#initialize ⇒ ET_UnsubEvent
constructor
A new instance of ET_UnsubEvent.
Methods inherited from ET_GetSupport
Constructor Details
#initialize ⇒ ET_UnsubEvent
Returns a new instance of ET_UnsubEvent.
1227 1228 1229 1230 |
# File 'lib/new.rb', line 1227 def initialize super @obj = 'UnsubEvent' end |