Class: Campaigning::ClientGetSuppressionList
- Inherits:
-
Object
- Object
- Campaigning::ClientGetSuppressionList
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.GetSuppressionList
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) ⇒ ClientGetSuppressionList
constructor
A new instance of ClientGetSuppressionList.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1063 1064 1065 |
# File 'lib/campaigning/soap/generated/default.rb', line 1063 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1064 1065 1066 |
# File 'lib/campaigning/soap/generated/default.rb', line 1064 def clientID @clientID end |