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.
1606 1607 1608 1609 1610 1611 1612 1613 |
# File 'lib/campaigning/soap/generated/default.rb', line 1606 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.
1599 1600 1601 |
# File 'lib/campaigning/soap/generated/default.rb', line 1599 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1600 1601 1602 |
# File 'lib/campaigning/soap/generated/default.rb', line 1600 def clientID @clientID end |
#hTMLPageURL ⇒ Object
Returns the value of attribute hTMLPageURL.
1602 1603 1604 |
# File 'lib/campaigning/soap/generated/default.rb', line 1602 def hTMLPageURL @hTMLPageURL end |
#screenshotURL ⇒ Object
Returns the value of attribute screenshotURL.
1604 1605 1606 |
# File 'lib/campaigning/soap/generated/default.rb', line 1604 def screenshotURL @screenshotURL end |
#templateName ⇒ Object
Returns the value of attribute templateName.
1601 1602 1603 |
# File 'lib/campaigning/soap/generated/default.rb', line 1601 def templateName @templateName end |
#zipFileURL ⇒ Object
Returns the value of attribute zipFileURL.
1603 1604 1605 |
# File 'lib/campaigning/soap/generated/default.rb', line 1603 def zipFileURL @zipFileURL end |