Class: Campaigning::ListCreateCustomField

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/List.CreateCustomField

apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
fieldName - SOAP::SOAPString
dataType - Campaigning::SubscriberFieldDataType
options - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, listID = nil, fieldName = nil, dataType = nil, options = nil) ⇒ ListCreateCustomField

Returns a new instance of ListCreateCustomField.



840
841
842
843
844
845
846
# File 'lib/campaigning/soap/generated/default.rb', line 840

def initialize(apiKey = nil, listID = nil, fieldName = nil, dataType = nil, options = nil)
  @apiKey = apiKey
  @listID = listID
  @fieldName = fieldName
  @dataType = dataType
  @options = options
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



834
835
836
# File 'lib/campaigning/soap/generated/default.rb', line 834

def apiKey
  @apiKey
end

#dataTypeObject

Returns the value of attribute dataType.



837
838
839
# File 'lib/campaigning/soap/generated/default.rb', line 837

def dataType
  @dataType
end

#fieldNameObject

Returns the value of attribute fieldName.



836
837
838
# File 'lib/campaigning/soap/generated/default.rb', line 836

def fieldName
  @fieldName
end

#listIDObject

Returns the value of attribute listID.



835
836
837
# File 'lib/campaigning/soap/generated/default.rb', line 835

def listID
  @listID
end

#optionsObject

Returns the value of attribute options.



838
839
840
# File 'lib/campaigning/soap/generated/default.rb', line 838

def options
  @options
end