Class: FuelSDK::ET_Email
- Inherits:
-
ET_CUDSupport
- Object
- ET_BaseObject
- ET_GetSupport
- ET_CUDSupport
- FuelSDK::ET_Email
- 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_Email
constructor
A new instance of ET_Email.
Methods inherited from ET_CUDSupport
Methods inherited from ET_GetSupport
Constructor Details
#initialize ⇒ ET_Email
Returns a new instance of ET_Email.
1172 1173 1174 1175 |
# File 'lib/new.rb', line 1172 def initialize super @obj = 'Email' end |