Class: Campaigning::ClientGetCampaigns

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

Overview

/Client.GetCampaigns

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClientGetCampaigns.



843
844
845
846
# File 'lib/campaigning/soap/generated/default.rb', line 843

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



840
841
842
# File 'lib/campaigning/soap/generated/default.rb', line 840

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



841
842
843
# File 'lib/campaigning/soap/generated/default.rb', line 841

def clientID
  @clientID
end