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.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
914 915 916 |
# File 'lib/campaigning/soap/generated/default.rb', line 914 def apiKey @apiKey end |
#key ⇒ Object
Returns the value of attribute key.
916 917 918 |
# File 'lib/campaigning/soap/generated/default.rb', line 916 def key @key end |
#listID ⇒ Object
Returns the value of attribute listID.
915 916 917 |
# File 'lib/campaigning/soap/generated/default.rb', line 915 def listID @listID end |