Class: Campaigning::ClientGetCampaigns
- Inherits:
-
Object
- Object
- Campaigning::ClientGetCampaigns
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetCampaigns
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) ⇒ ClientGetCampaigns
constructor
A new instance of ClientGetCampaigns.
Constructor Details
#initialize(apiKey = nil, clientID = nil) ⇒ ClientGetCampaigns
Returns a new instance of ClientGetCampaigns.
997 998 999 1000 |
# File 'lib/campaigning/soap/generated/default.rb', line 997 def initialize(apiKey = nil, clientID = nil) @apiKey = apiKey @clientID = clientID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
994 995 996 |
# File 'lib/campaigning/soap/generated/default.rb', line 994 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
995 996 997 |
# File 'lib/campaigning/soap/generated/default.rb', line 995 def clientID @clientID end |