Class: ET::ContentArea

Inherits:
CUDSupport show all
Defined in:
lib/exact-target-api/content_area.rb

Instance Attribute Summary

Attributes inherited from GetSupport

#filter

Attributes inherited from BaseObject

#client, #endpoint, #lastRequestID, #obj, #props

Instance Method Summary collapse

Methods inherited from CUDSupport

#delete, #patch, #post

Methods inherited from GetSupport

#get, #getMoreResults, #info

Methods inherited from BaseObject

#stringify_keys!, #symbolize_keys!

Constructor Details

#initializeContentArea

Returns a new instance of ContentArea.



3
4
5
6
# File 'lib/exact-target-api/content_area.rb', line 3

def initialize
  super
  @obj = 'ContentArea'
end