Class: FuelSDK::ET_ContentArea
- Inherits:
-
ET_CUDSupport
- Object
- ET_BaseObject
- ET_GetSupport
- ET_CUDSupport
- FuelSDK::ET_ContentArea
- 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_ContentArea
constructor
A new instance of ET_ContentArea.
Methods inherited from ET_CUDSupport
Methods inherited from ET_GetSupport
Constructor Details
#initialize ⇒ ET_ContentArea
Returns a new instance of ET_ContentArea.
1192 1193 1194 1195 |
# File 'lib/new.rb', line 1192 def initialize super @obj = 'ContentArea' end |