Class: Campaigning::TemplateCreate
- Inherits:
-
Object
- Object
- Campaigning::TemplateCreate
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Template.Create
apiKey - SOAP::SOAPString
clientID - 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.
-
#clientID ⇒ Object
Returns the value of attribute clientID.
-
#hTMLPageURL ⇒ Object
Returns the value of attribute hTMLPageURL.
-
#screenshotURL ⇒ Object
Returns the value of attribute screenshotURL.
-
#templateName ⇒ Object
Returns the value of attribute templateName.
-
#zipFileURL ⇒ Object
Returns the value of attribute zipFileURL.
Instance Method Summary collapse
-
#initialize(apiKey = nil, clientID = nil, templateName = nil, hTMLPageURL = nil, zipFileURL = nil, screenshotURL = nil) ⇒ TemplateCreate
constructor
A new instance of TemplateCreate.
Constructor Details
#initialize(apiKey = nil, clientID = nil, templateName = nil, hTMLPageURL = nil, zipFileURL = nil, screenshotURL = nil) ⇒ TemplateCreate
Returns a new instance of TemplateCreate.
1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/campaigning/soap/generated/default.rb', line 1475 def initialize(apiKey = nil, clientID = nil, templateName = nil, hTMLPageURL = nil, zipFileURL = nil, screenshotURL = nil) @apiKey = apiKey @clientID = clientID @templateName = templateName @hTMLPageURL = hTMLPageURL @zipFileURL = zipFileURL @screenshotURL = screenshotURL end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1468 1469 1470 |
# File 'lib/campaigning/soap/generated/default.rb', line 1468 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1469 1470 1471 |
# File 'lib/campaigning/soap/generated/default.rb', line 1469 def clientID @clientID end |
#hTMLPageURL ⇒ Object
Returns the value of attribute hTMLPageURL.
1471 1472 1473 |
# File 'lib/campaigning/soap/generated/default.rb', line 1471 def hTMLPageURL @hTMLPageURL end |
#screenshotURL ⇒ Object
Returns the value of attribute screenshotURL.
1473 1474 1475 |
# File 'lib/campaigning/soap/generated/default.rb', line 1473 def screenshotURL @screenshotURL end |
#templateName ⇒ Object
Returns the value of attribute templateName.
1470 1471 1472 |
# File 'lib/campaigning/soap/generated/default.rb', line 1470 def templateName @templateName end |
#zipFileURL ⇒ Object
Returns the value of attribute zipFileURL.
1472 1473 1474 |
# File 'lib/campaigning/soap/generated/default.rb', line 1472 def zipFileURL @zipFileURL end |