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.



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

#apiKeyObject

Returns the value of attribute apiKey.



736
737
738
# File 'lib/campaigning/soap/generated/default.rb', line 736

def apiKey
  @apiKey
end

#listIDObject

Returns the value of attribute listID.



737
738
739
# File 'lib/campaigning/soap/generated/default.rb', line 737

def listID
  @listID
end