Class: Campaigning::TemplateUpdate
- Inherits:
-
Object
- Object
- Campaigning::TemplateUpdate
- 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
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#hTMLPageURL ⇒ Object
Returns the value of attribute hTMLPageURL.
-
#screenshotURL ⇒ Object
Returns the value of attribute screenshotURL.
-
#templateID ⇒ Object
Returns the value of attribute templateID.
-
#templateName ⇒ Object
Returns the value of attribute templateName.
-
#zipFileURL ⇒ Object
Returns the value of attribute zipFileURL.
Instance Method Summary collapse
-
#initialize(apiKey = nil, templateID = nil, templateName = nil, hTMLPageURL = nil, zipFileURL = nil, screenshotURL = nil) ⇒ TemplateUpdate
constructor
A new instance of TemplateUpdate.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1657 1658 1659 |
# File 'lib/campaigning/soap/generated/default.rb', line 1657 def apiKey @apiKey end |
#hTMLPageURL ⇒ Object
Returns the value of attribute hTMLPageURL.
1660 1661 1662 |
# File 'lib/campaigning/soap/generated/default.rb', line 1660 def hTMLPageURL @hTMLPageURL end |
#screenshotURL ⇒ Object
Returns the value of attribute screenshotURL.
1662 1663 1664 |
# File 'lib/campaigning/soap/generated/default.rb', line 1662 def screenshotURL @screenshotURL end |
#templateID ⇒ Object
Returns the value of attribute templateID.
1658 1659 1660 |
# File 'lib/campaigning/soap/generated/default.rb', line 1658 def templateID @templateID end |
#templateName ⇒ Object
Returns the value of attribute templateName.
1659 1660 1661 |
# File 'lib/campaigning/soap/generated/default.rb', line 1659 def templateName @templateName end |
#zipFileURL ⇒ Object
Returns the value of attribute zipFileURL.
1661 1662 1663 |
# File 'lib/campaigning/soap/generated/default.rb', line 1661 def zipFileURL @zipFileURL end |