Class: Campaigning::ClientGetLists

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

Overview

/Client.GetLists

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClientGetLists.



1020
1021
1022
1023
# File 'lib/campaigning/soap/generated/default.rb', line 1020

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1017
1018
1019
# File 'lib/campaigning/soap/generated/default.rb', line 1017

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1018
1019
1020
# File 'lib/campaigning/soap/generated/default.rb', line 1018

def clientID
  @clientID
end