Class: Campaigning::ClientGetDetail

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

Overview

/Client.GetDetail

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClientGetDetail.



1232
1233
1234
1235
# File 'lib/campaigning/soap/generated/default.rb', line 1232

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1229
1230
1231
# File 'lib/campaigning/soap/generated/default.rb', line 1229

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1230
1231
1232
# File 'lib/campaigning/soap/generated/default.rb', line 1230

def clientID
  @clientID
end