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.



1533
1534
1535
1536
1537
1538
1539
1540
# File 'lib/campaigning/soap/generated/default.rb', line 1533

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.



1526
1527
1528
# File 'lib/campaigning/soap/generated/default.rb', line 1526

def apiKey
  @apiKey
end

#hTMLPageURLObject

Returns the value of attribute hTMLPageURL.



1529
1530
1531
# File 'lib/campaigning/soap/generated/default.rb', line 1529

def hTMLPageURL
  @hTMLPageURL
end

#screenshotURLObject

Returns the value of attribute screenshotURL.



1531
1532
1533
# File 'lib/campaigning/soap/generated/default.rb', line 1531

def screenshotURL
  @screenshotURL
end

#templateIDObject

Returns the value of attribute templateID.



1527
1528
1529
# File 'lib/campaigning/soap/generated/default.rb', line 1527

def templateID
  @templateID
end

#templateNameObject

Returns the value of attribute templateName.



1528
1529
1530
# File 'lib/campaigning/soap/generated/default.rb', line 1528

def templateName
  @templateName
end

#zipFileURLObject

Returns the value of attribute zipFileURL.



1530
1531
1532
# File 'lib/campaigning/soap/generated/default.rb', line 1530

def zipFileURL
  @zipFileURL
end