Class: Campaigning::TemplateDelete

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

Overview

/Template.Delete

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, templateID = nil) ⇒ TemplateDelete

Returns a new instance of TemplateDelete.



1691
1692
1693
1694
# File 'lib/campaigning/soap/generated/default.rb', line 1691

def initialize(apiKey = nil, templateID = nil)
  @apiKey = apiKey
  @templateID = templateID
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1688
1689
1690
# File 'lib/campaigning/soap/generated/default.rb', line 1688

def apiKey
  @apiKey
end

#templateIDObject

Returns the value of attribute templateID.



1689
1690
1691
# File 'lib/campaigning/soap/generated/default.rb', line 1689

def templateID
  @templateID
end