Class: Campaigning::ClientGetTemplates

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Client.GetTemplates

apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetTemplates

Returns a new instance of ClientGetTemplates.



1089
1090
1091
1092
# File 'lib/campaigning/soap/generated/default.rb', line 1089

def initialize(apiKey = nil, clientID = nil)
  @apiKey = apiKey
  @clientID = clientID
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1086
1087
1088
# File 'lib/campaigning/soap/generated/default.rb', line 1086

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1087
1088
1089
# File 'lib/campaigning/soap/generated/default.rb', line 1087

def clientID
  @clientID
end