Class: MarketingCloudSDK::ET_Campaign

Inherits:
ET_CUDSupportRest show all
Defined in:
lib/new.rb

Defined Under Namespace

Classes: Asset

Instance Attribute Summary

Attributes inherited from ET_GetSupportRest

#lastPageNumber, #urlProps, #urlPropsRequired

Attributes inherited from ET_BaseObject

#authStub, #endpoint, #lastRequestID, #obj, #props

Instance Method Summary collapse

Methods inherited from ET_CUDSupportRest

#delete, #patch, #post

Methods inherited from ET_GetSupportRest

#get, #getMoreResults

Constructor Details

#initializeET_Campaign

Returns a new instance of ET_Campaign.



909
910
911
912
913
914
# File 'lib/new.rb', line 909

def initialize
  super
  @endpoint = 'https://www.exacttargetapis.com/hub/v1/campaigns/{id}'
  @urlProps = ["id"]
  @urlPropsRequired = []
end