Class: Campaigning::ClientGetSuppressionList

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

Overview

/Client.GetSuppressionList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClientGetSuppressionList.



1066
1067
1068
1069
# File 'lib/campaigning/soap/generated/default.rb', line 1066

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1063
1064
1065
# File 'lib/campaigning/soap/generated/default.rb', line 1063

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1064
1065
1066
# File 'lib/campaigning/soap/generated/default.rb', line 1064

def clientID
  @clientID
end