Class: Campaigning::TemplateCreate

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#apiKeyObject

Returns the value of attribute apiKey.



1468
1469
1470
# File 'lib/campaigning/soap/generated/default.rb', line 1468

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1469
1470
1471
# File 'lib/campaigning/soap/generated/default.rb', line 1469

def clientID
  @clientID
end

#hTMLPageURLObject

Returns the value of attribute hTMLPageURL.



1471
1472
1473
# File 'lib/campaigning/soap/generated/default.rb', line 1471

def hTMLPageURL
  @hTMLPageURL
end

#screenshotURLObject

Returns the value of attribute screenshotURL.



1473
1474
1475
# File 'lib/campaigning/soap/generated/default.rb', line 1473

def screenshotURL
  @screenshotURL
end

#templateNameObject

Returns the value of attribute templateName.



1470
1471
1472
# File 'lib/campaigning/soap/generated/default.rb', line 1470

def templateName
  @templateName
end

#zipFileURLObject

Returns the value of attribute zipFileURL.



1472
1473
1474
# File 'lib/campaigning/soap/generated/default.rb', line 1472

def zipFileURL
  @zipFileURL
end