Class: ActiveNetsuite::CustomList

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:customization_2013_2urn:customization_2013_2.setupurn:customization_2013_2.setup.webservicesurn:customization_2013_2.setup.webservices.netsuiteurn:customization_2013_2.setup.webservices.netsuite.comCustomList

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

Constant Summary collapse

AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, name = nil, owner = nil, isOrdered = nil, description = nil, isMatrixOption = nil, scriptId = nil, convertToCustomRecord = nil, isInactive = nil, customValueList = nil, translationsList = nil) ⇒ CustomList



20175
20176
20177
20178
20179
20180
20181
20182
20183
20184
20185
20186
20187
20188
# 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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#convertToCustomRecordObject

Returns the value of attribute convertToCustomRecord.



20158
20159
20160
# File 'lib/activenetsuite/soap/default.rb', line 20158

def convertToCustomRecord
  @convertToCustomRecord
end

#customValueListObject

Returns the value of attribute customValueList.



20160
20161
20162
# File 'lib/activenetsuite/soap/default.rb', line 20160

def customValueList
  @customValueList
end

#descriptionObject

Returns the value of attribute description.



20155
20156
20157
# File 'lib/activenetsuite/soap/default.rb', line 20155

def description
  @description
end

#isInactiveObject

Returns the value of attribute isInactive.



20159
20160
20161
# File 'lib/activenetsuite/soap/default.rb', line 20159

def isInactive
  @isInactive
end

#isMatrixOptionObject

Returns the value of attribute isMatrixOption.



20156
20157
20158
# File 'lib/activenetsuite/soap/default.rb', line 20156

def isMatrixOption
  @isMatrixOption
end

#isOrderedObject

Returns the value of attribute isOrdered.



20154
20155
20156
# File 'lib/activenetsuite/soap/default.rb', line 20154

def isOrdered
  @isOrdered
end

#nameObject

Returns the value of attribute name.



20152
20153
20154
# File 'lib/activenetsuite/soap/default.rb', line 20152

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



20151
20152
20153
# File 'lib/activenetsuite/soap/default.rb', line 20151

def nullFieldList
  @nullFieldList
end

#ownerObject

Returns the value of attribute owner.



20153
20154
20155
# File 'lib/activenetsuite/soap/default.rb', line 20153

def owner
  @owner
end

#scriptIdObject

Returns the value of attribute scriptId.



20157
20158
20159
# File 'lib/activenetsuite/soap/default.rb', line 20157

def scriptId
  @scriptId
end

#translationsListObject

Returns the value of attribute translationsList.



20161
20162
20163
# File 'lib/activenetsuite/soap/default.rb', line 20161

def translationsList
  @translationsList
end

Instance Method Details

#__xmlattrObject



20163
20164
20165
# File 'lib/activenetsuite/soap/default.rb', line 20163

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



20167
20168
20169
# File 'lib/activenetsuite/soap/default.rb', line 20167

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



20171
20172
20173
# File 'lib/activenetsuite/soap/default.rb', line 20171

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end