Class: Campaigning::TemplateUpdate

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

Overview

/Template.Update

apiKey - SOAP::SOAPString
templateID - SOAP::SOAPString
templateName - SOAP::SOAPString
hTMLPageURL - SOAP::SOAPString
zipFileURL - SOAP::SOAPString
screenshotURL - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, templateID = nil, templateName = nil, hTMLPageURL = nil, zipFileURL = nil, screenshotURL = nil) ⇒ TemplateUpdate

Returns a new instance of TemplateUpdate.



1664
1665
1666
1667
1668
1669
1670
1671
# File 'lib/campaigning/soap/generated/default.rb', line 1664

def initialize(apiKey = nil, templateID = nil, templateName = nil, hTMLPageURL = nil, zipFileURL = nil, screenshotURL = nil)
  @apiKey = apiKey
  @templateID = templateID
  @templateName = templateName
  @hTMLPageURL = hTMLPageURL
  @zipFileURL = zipFileURL
  @screenshotURL = screenshotURL
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1657
1658
1659
# File 'lib/campaigning/soap/generated/default.rb', line 1657

def apiKey
  @apiKey
end

#hTMLPageURLObject

Returns the value of attribute hTMLPageURL.



1660
1661
1662
# File 'lib/campaigning/soap/generated/default.rb', line 1660

def hTMLPageURL
  @hTMLPageURL
end

#screenshotURLObject

Returns the value of attribute screenshotURL.



1662
1663
1664
# File 'lib/campaigning/soap/generated/default.rb', line 1662

def screenshotURL
  @screenshotURL
end

#templateIDObject

Returns the value of attribute templateID.



1658
1659
1660
# File 'lib/campaigning/soap/generated/default.rb', line 1658

def templateID
  @templateID
end

#templateNameObject

Returns the value of attribute templateName.



1659
1660
1661
# File 'lib/campaigning/soap/generated/default.rb', line 1659

def templateName
  @templateName
end

#zipFileURLObject

Returns the value of attribute zipFileURL.



1661
1662
1663
# File 'lib/campaigning/soap/generated/default.rb', line 1661

def zipFileURL
  @zipFileURL
end