class ActiveNetsuite::CustomList

{urn:customization_2013_2.setup.webservices.netsuite.com}CustomList

nullFieldList - ActiveNetsuite::NullField
name - SOAP::SOAPString
owner - ActiveNetsuite::RecordRef
isOrdered - SOAP::SOAPBoolean
description - SOAP::SOAPString
isMatrixOption - SOAP::SOAPBoolean
scriptId - SOAP::SOAPString
convertToCustomRecord - SOAP::SOAPBoolean
isInactive - SOAP::SOAPBoolean
customValueList - ActiveNetsuite::CustomListCustomValueList
translationsList - ActiveNetsuite::CustomListTranslationsList
xmlattr_internalId - SOAP::SOAPString

Constants

AttrInternalId

Attributes

convertToCustomRecord[RW]
customValueList[RW]
description[RW]
isInactive[RW]
isMatrixOption[RW]
isOrdered[RW]
name[RW]
nullFieldList[RW]
owner[RW]
scriptId[RW]
translationsList[RW]

Public Class Methods

new(nullFieldList = nil, name = nil, owner = nil, isOrdered = nil, description = nil, isMatrixOption = nil, scriptId = nil, convertToCustomRecord = nil, isInactive = nil, customValueList = nil, translationsList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20175
def initialize(nullFieldList = nil, name = nil, owner = nil, isOrdered = nil, description = nil, isMatrixOption = nil, scriptId = nil, convertToCustomRecord = nil, isInactive = nil, customValueList = nil, translationsList = nil)
  @nullFieldList = nullFieldList
  @name = name
  @owner = owner
  @isOrdered = isOrdered
  @description = description
  @isMatrixOption = isMatrixOption
  @scriptId = scriptId
  @convertToCustomRecord = convertToCustomRecord
  @isInactive = isInactive
  @customValueList = customValueList
  @translationsList = translationsList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20163
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20167
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20171
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end