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.



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, options = nil)
  @apiKey = apiKey
  @listID = listID
  @fieldName = fieldName
  @dataType = dataType
  @options = options
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



942
943
944
# File 'lib/campaigning/soap/generated/default.rb', line 942

def apiKey
  @apiKey
end

#dataTypeObject

Returns the value of attribute dataType.



945
946
947
# File 'lib/campaigning/soap/generated/default.rb', line 945

def dataType
  @dataType
end

#fieldNameObject

Returns the value of attribute fieldName.



944
945
946
# File 'lib/campaigning/soap/generated/default.rb', line 944

def fieldName
  @fieldName
end

#listIDObject

Returns the value of attribute listID.



943
944
945
# File 'lib/campaigning/soap/generated/default.rb', line 943

def listID
  @listID
end

#optionsObject

Returns the value of attribute options.



946
947
948
# File 'lib/campaigning/soap/generated/default.rb', line 946

def options
  @options
end