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.



918
919
920
921
922
# File 'lib/campaigning/soap/generated/default.rb', line 918

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.



914
915
916
# File 'lib/campaigning/soap/generated/default.rb', line 914

def apiKey
  @apiKey
end

#keyObject

Returns the value of attribute key.



916
917
918
# File 'lib/campaigning/soap/generated/default.rb', line 916

def key
  @key
end

#listIDObject

Returns the value of attribute listID.



915
916
917
# File 'lib/campaigning/soap/generated/default.rb', line 915

def listID
  @listID
end