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.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
806 807 808 |
# File 'lib/campaigning/soap/generated/default.rb', line 806 def apiKey @apiKey end |
#key ⇒ Object
Returns the value of attribute key.
808 809 810 |
# File 'lib/campaigning/soap/generated/default.rb', line 808 def key @key end |
#listID ⇒ Object
Returns the value of attribute listID.
807 808 809 |
# File 'lib/campaigning/soap/generated/default.rb', line 807 def listID @listID end |