Class: Campaigning::ListDelete

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

Overview

/List.Delete

apiKey - SOAP::SOAPString
listID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#apiKeyObject

Returns the value of attribute apiKey.



867
868
869
# File 'lib/campaigning/soap/generated/default.rb', line 867

def apiKey
  @apiKey
end

#listIDObject

Returns the value of attribute listID.



868
869
870
# File 'lib/campaigning/soap/generated/default.rb', line 868

def listID
  @listID
end