Class: Campaigning::ClientGetDetail
- Inherits:
-
Object
- Object
- Campaigning::ClientGetDetail
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetDetail
apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#clientID ⇒ Object
Returns the value of attribute clientID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetDetail
constructor
A new instance of ClientGetDetail.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1229 1230 1231 |
# File 'lib/campaigning/soap/generated/default.rb', line 1229 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1230 1231 1232 |
# File 'lib/campaigning/soap/generated/default.rb', line 1230 def clientID @clientID end |