Class: Campaigning::ClientGetLists
- Inherits:
-
Object
- Object
- Campaigning::ClientGetLists
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetLists
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) ⇒ ClientGetLists
constructor
A new instance of ClientGetLists.
Constructor Details
#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetLists
Returns a new instance of ClientGetLists.
866 867 868 869 |
# File 'lib/campaigning/soap/generated/default.rb', line 866 def initialize(apiKey = nil, clientID = nil) @apiKey = apiKey @clientID = clientID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
863 864 865 |
# File 'lib/campaigning/soap/generated/default.rb', line 863 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
864 865 866 |
# File 'lib/campaigning/soap/generated/default.rb', line 864 def clientID @clientID end |