Class: Campaigning::ListDelete
- Inherits:
-
Object
- Object
- Campaigning::ListDelete
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.Delete
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil) ⇒ ListDelete
constructor
A new instance of ListDelete.
Constructor Details
#initialize(apiKey = nil, listID = nil) ⇒ ListDelete
Returns a new instance of ListDelete.
870 871 872 873 |
# File 'lib/campaigning/soap/generated/default.rb', line 870 def initialize(apiKey = nil, listID = nil) @apiKey = apiKey @listID = listID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
867 868 869 |
# File 'lib/campaigning/soap/generated/default.rb', line 867 def apiKey @apiKey end |
#listID ⇒ Object
Returns the value of attribute listID.
868 869 870 |
# File 'lib/campaigning/soap/generated/default.rb', line 868 def listID @listID end |