Class: FuelSDK::ET_ClickEvent
- Inherits:
-
ET_GetSupport
- Object
- ET_BaseObject
- ET_GetSupport
- FuelSDK::ET_ClickEvent
- 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_ClickEvent
constructor
A new instance of ET_ClickEvent.
Methods inherited from ET_GetSupport
Constructor Details
#initialize ⇒ ET_ClickEvent
Returns a new instance of ET_ClickEvent.
1234 1235 1236 1237 |
# File 'lib/new.rb', line 1234 def initialize super @obj = 'ClickEvent' end |