Class: FuelSDK::ET_List
- Inherits:
-
ET_CUDSupport
- Object
- ET_BaseObject
- ET_GetSupport
- ET_CUDSupport
- FuelSDK::ET_List
- Defined in:
- lib/new.rb
Defined Under Namespace
Classes: Subscriber
Instance Attribute Summary
Attributes inherited from ET_GetSupport
Attributes inherited from ET_BaseObject
#authStub, #endpoint, #lastRequestID, #obj, #props
Instance Method Summary collapse
-
#initialize ⇒ ET_List
constructor
A new instance of ET_List.
Methods inherited from ET_CUDSupport
Methods inherited from ET_GetSupport
Constructor Details
#initialize ⇒ ET_List
Returns a new instance of ET_List.
1158 1159 1160 1161 |
# File 'lib/new.rb', line 1158 def initialize super @obj = 'List' end |