Class: Campaigning::UserGetClients

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

Overview

/User.GetClients

apiKey - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil) ⇒ UserGetClients

Returns a new instance of UserGetClients.



1414
1415
1416
# File 'lib/campaigning/soap/generated/default.rb', line 1414

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1412
1413
1414
# File 'lib/campaigning/soap/generated/default.rb', line 1412

def apiKey
  @apiKey
end