Class: Campaigning::ListDeleteCustomField
- Inherits:
-
Object
- Object
- Campaigning::ListDeleteCustomField
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.DeleteCustomField
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
key - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#key ⇒ Object
Returns the value of attribute key.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, key = nil) ⇒ ListDeleteCustomField
constructor
A new instance of ListDeleteCustomField.
Constructor Details
#initialize(apiKey = nil, listID = nil, key = nil) ⇒ ListDeleteCustomField
Returns a new instance of ListDeleteCustomField.
787 788 789 790 791 |
# File 'lib/campaigning/soap/generated/default.rb', line 787 def initialize(apiKey = nil, listID = nil, key = nil) @apiKey = apiKey @listID = listID @key = key end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
783 784 785 |
# File 'lib/campaigning/soap/generated/default.rb', line 783 def apiKey @apiKey end |
#key ⇒ Object
Returns the value of attribute key.
785 786 787 |
# File 'lib/campaigning/soap/generated/default.rb', line 785 def key @key end |
#listID ⇒ Object
Returns the value of attribute listID.
784 785 786 |
# File 'lib/campaigning/soap/generated/default.rb', line 784 def listID @listID end |