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.



958
959
960
961
# File 'lib/campaigning/soap/generated/default.rb', line 958

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



955
956
957
# File 'lib/campaigning/soap/generated/default.rb', line 955

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



956
957
958
# File 'lib/campaigning/soap/generated/default.rb', line 956

def clientID
  @clientID
end