Class: Campaigning::TemplateGetDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Template.GetDetail

apiKey - SOAP::SOAPString
templateID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#apiKeyObject

Returns the value of attribute apiKey.



1630
1631
1632
# File 'lib/campaigning/soap/generated/default.rb', line 1630

def apiKey
  @apiKey
end

#templateIDObject

Returns the value of attribute templateID.



1631
1632
1633
# File 'lib/campaigning/soap/generated/default.rb', line 1631

def templateID
  @templateID
end