Class: FuelSDK::ET_Campaign
- Inherits:
-
ET_CUDSupportRest
- Object
- ET_BaseObject
- ET_GetSupportRest
- ET_CUDSupportRest
- FuelSDK::ET_Campaign
- 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
-
#initialize ⇒ ET_Campaign
constructor
A new instance of ET_Campaign.
Methods inherited from ET_CUDSupportRest
Methods inherited from ET_GetSupportRest
Constructor Details
#initialize ⇒ ET_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 |