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.



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

#apiKeyObject

Returns the value of attribute apiKey.



1599
1600
1601
# File 'lib/campaigning/soap/generated/default.rb', line 1599

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1600
1601
1602
# File 'lib/campaigning/soap/generated/default.rb', line 1600

def clientID
  @clientID
end

#hTMLPageURLObject

Returns the value of attribute hTMLPageURL.



1602
1603
1604
# File 'lib/campaigning/soap/generated/default.rb', line 1602

def hTMLPageURL
  @hTMLPageURL
end

#screenshotURLObject

Returns the value of attribute screenshotURL.



1604
1605
1606
# File 'lib/campaigning/soap/generated/default.rb', line 1604

def screenshotURL
  @screenshotURL
end

#templateNameObject

Returns the value of attribute templateName.



1601
1602
1603
# File 'lib/campaigning/soap/generated/default.rb', line 1601

def templateName
  @templateName
end

#zipFileURLObject

Returns the value of attribute zipFileURL.



1603
1604
1605
# File 'lib/campaigning/soap/generated/default.rb', line 1603

def zipFileURL
  @zipFileURL
end