Class: Campaigning::ListDeleteCustomField

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

Overview

/List.DeleteCustomField

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, listID = nil, key = nil) ⇒ ListDeleteCustomField

Returns a new instance of ListDeleteCustomField.



810
811
812
813
814
# File 'lib/campaigning/soap/generated/default.rb', line 810

def initialize(apiKey = nil, listID = nil, key = nil)
  @apiKey = apiKey
  @listID = listID
  @key = key
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



806
807
808
# File 'lib/campaigning/soap/generated/default.rb', line 806

def apiKey
  @apiKey
end

#keyObject

Returns the value of attribute key.



808
809
810
# File 'lib/campaigning/soap/generated/default.rb', line 808

def key
  @key
end

#listIDObject

Returns the value of attribute listID.



807
808
809
# File 'lib/campaigning/soap/generated/default.rb', line 807

def listID
  @listID
end