Class: Campaigning::UserGetClients
- Inherits:
-
Object
- Object
- Campaigning::UserGetClients
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetClients
apiKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
Instance Method Summary collapse
-
#initialize(apiKey = nil) ⇒ UserGetClients
constructor
A new instance of UserGetClients.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1412 1413 1414 |
# File 'lib/campaigning/soap/generated/default.rb', line 1412 def apiKey @apiKey end |