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.



817
818
819
820
821
822
823
# File 'lib/campaigning/soap/generated/default.rb', line 817

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.



811
812
813
# File 'lib/campaigning/soap/generated/default.rb', line 811

def apiKey
  @apiKey
end

#dataTypeObject

Returns the value of attribute dataType.



814
815
816
# File 'lib/campaigning/soap/generated/default.rb', line 814

def dataType
  @dataType
end

#fieldNameObject

Returns the value of attribute fieldName.



813
814
815
# File 'lib/campaigning/soap/generated/default.rb', line 813

def fieldName
  @fieldName
end

#listIDObject

Returns the value of attribute listID.



812
813
814
# File 'lib/campaigning/soap/generated/default.rb', line 812

def listID
  @listID
end

#optionsObject

Returns the value of attribute options.



815
816
817
# File 'lib/campaigning/soap/generated/default.rb', line 815

def options
  @options
end