Class: Campaigning::ClientDelete
- Inherits:
-
Object
- Object
- Campaigning::ClientDelete
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Client.Delete
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) ⇒ ClientDelete
constructor
A new instance of ClientDelete.
Constructor Details
#initialize(apiKey = nil, clientID = nil) ⇒ ClientDelete
Returns a new instance of ClientDelete.
1255 1256 1257 1258 |
# File 'lib/campaigning/soap/generated/default.rb', line 1255 def initialize(apiKey = nil, clientID = nil) @apiKey = apiKey @clientID = clientID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1252 1253 1254 |
# File 'lib/campaigning/soap/generated/default.rb', line 1252 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1253 1254 1255 |
# File 'lib/campaigning/soap/generated/default.rb', line 1253 def clientID @clientID end |