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.
739 740 741 742 |
# File 'lib/campaigning/soap/generated/default.rb', line 739 def initialize(apiKey = nil, listID = nil) @apiKey = apiKey @listID = listID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
736 737 738 |
# File 'lib/campaigning/soap/generated/default.rb', line 736 def apiKey @apiKey end |
#listID ⇒ Object
Returns the value of attribute listID.
737 738 739 |
# File 'lib/campaigning/soap/generated/default.rb', line 737 def listID @listID end |