Class: FuelSDK::ET_OpenEvent
- Inherits:
-
ET_GetSupport
- Object
- ET_BaseObject
- ET_GetSupport
- FuelSDK::ET_OpenEvent
- 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_OpenEvent
constructor
A new instance of ET_OpenEvent.
Methods inherited from ET_GetSupport
Constructor Details
#initialize ⇒ ET_OpenEvent
Returns a new instance of ET_OpenEvent.
1213 1214 1215 1216 |
# File 'lib/new.rb', line 1213 def initialize super @obj = 'OpenEvent' end |