Class: Campaigning::ListCreateCustomField
- Inherits:
-
Object
- Object
- Campaigning::ListCreateCustomField
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.CreateCustomField
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
fieldName - SOAP::SOAPString
dataType - Campaigning::SubscriberFieldDataType
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#dataType ⇒ Object
Returns the value of attribute dataType.
-
#fieldName ⇒ Object
Returns the value of attribute fieldName.
-
#listID ⇒ Object
Returns the value of attribute listID.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, fieldName = nil, dataType = nil, options = nil) ⇒ ListCreateCustomField
constructor
A new instance of ListCreateCustomField.
Constructor Details
#initialize(apiKey = nil, listID = nil, fieldName = nil, dataType = nil, options = nil) ⇒ ListCreateCustomField
Returns a new instance of ListCreateCustomField.
948 949 950 951 952 953 954 |
# File 'lib/campaigning/soap/generated/default.rb', line 948 def initialize(apiKey = nil, listID = nil, fieldName = nil, dataType = nil, = nil) @apiKey = apiKey @listID = listID @fieldName = fieldName @dataType = dataType @options = end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
942 943 944 |
# File 'lib/campaigning/soap/generated/default.rb', line 942 def apiKey @apiKey end |
#dataType ⇒ Object
Returns the value of attribute dataType.
945 946 947 |
# File 'lib/campaigning/soap/generated/default.rb', line 945 def dataType @dataType end |
#fieldName ⇒ Object
Returns the value of attribute fieldName.
944 945 946 |
# File 'lib/campaigning/soap/generated/default.rb', line 944 def fieldName @fieldName end |
#listID ⇒ Object
Returns the value of attribute listID.
943 944 945 |
# File 'lib/campaigning/soap/generated/default.rb', line 943 def listID @listID end |
#options ⇒ Object
Returns the value of attribute options.
946 947 948 |
# File 'lib/campaigning/soap/generated/default.rb', line 946 def @options end |