Class: FuelSDK::ET_CUDSupport
- Inherits:
-
ET_GetSupport
- Object
- ET_BaseObject
- ET_GetSupport
- FuelSDK::ET_CUDSupport
- Defined in:
- lib/new.rb
Direct Known Subclasses
ET_ContentArea, ET_DataExtension, FuelSDK::ET_DataExtension::Row, ET_Email, ET_Folder, ET_List, ET_Subscriber, ET_TriggeredSend
Instance Attribute Summary
Attributes inherited from ET_GetSupport
Attributes inherited from ET_BaseObject
#authStub, #endpoint, #lastRequestID, #obj, #props
Instance Method Summary collapse
Methods inherited from ET_GetSupport
Methods inherited from ET_BaseObject
Constructor Details
This class inherits a constructor from FuelSDK::ET_BaseObject
Instance Method Details
#delete ⇒ Object
645 646 647 648 649 650 651 |
# File 'lib/new.rb', line 645 def delete() if props and props.is_a? Hash then @props = props end ET_Delete.new(@authStub, @obj, @props) end |