Class: Campaigning::TemplateGetDetail
- Inherits:
-
Object
- Object
- Campaigning::TemplateGetDetail
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Template.GetDetail
apiKey - SOAP::SOAPString
templateID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#templateID ⇒ Object
Returns the value of attribute templateID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, templateID = nil) ⇒ TemplateGetDetail
constructor
A new instance of TemplateGetDetail.
Constructor Details
#initialize(apiKey = nil, templateID = nil) ⇒ TemplateGetDetail
Returns a new instance of TemplateGetDetail.
1633 1634 1635 1636 |
# File 'lib/campaigning/soap/generated/default.rb', line 1633 def initialize(apiKey = nil, templateID = nil) @apiKey = apiKey @templateID = templateID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1630 1631 1632 |
# File 'lib/campaigning/soap/generated/default.rb', line 1630 def apiKey @apiKey end |
#templateID ⇒ Object
Returns the value of attribute templateID.
1631 1632 1633 |
# File 'lib/campaigning/soap/generated/default.rb', line 1631 def templateID @templateID end |