Class: ActiveNetsuite::CustomList
- 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
-
#convertToCustomRecord ⇒ Object
Returns the value of attribute convertToCustomRecord.
-
#customValueList ⇒ Object
Returns the value of attribute customValueList.
-
#description ⇒ Object
Returns the value of attribute description.
-
#isInactive ⇒ Object
Returns the value of attribute isInactive.
-
#isMatrixOption ⇒ Object
Returns the value of attribute isMatrixOption.
-
#isOrdered ⇒ Object
Returns the value of attribute isOrdered.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nullFieldList ⇒ Object
Returns the value of attribute nullFieldList.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#scriptId ⇒ Object
Returns the value of attribute scriptId.
-
#translationsList ⇒ Object
Returns the value of attribute translationsList.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(nullFieldList = nil, name = nil, owner = nil, isOrdered = nil, description = nil, isMatrixOption = nil, scriptId = nil, convertToCustomRecord = nil, isInactive = nil, customValueList = nil, translationsList = nil) ⇒ CustomList
constructor
A new instance of CustomList.
- #xmlattr_internalId ⇒ Object
- #xmlattr_internalId=(value) ⇒ Object
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
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
#convertToCustomRecord ⇒ Object
Returns the value of attribute convertToCustomRecord.
20158 20159 20160 |
# File 'lib/activenetsuite/soap/default.rb', line 20158 def convertToCustomRecord @convertToCustomRecord end |
#customValueList ⇒ Object
Returns the value of attribute customValueList.
20160 20161 20162 |
# File 'lib/activenetsuite/soap/default.rb', line 20160 def customValueList @customValueList end |
#description ⇒ Object
Returns the value of attribute description.
20155 20156 20157 |
# File 'lib/activenetsuite/soap/default.rb', line 20155 def description @description end |
#isInactive ⇒ Object
Returns the value of attribute isInactive.
20159 20160 20161 |
# File 'lib/activenetsuite/soap/default.rb', line 20159 def isInactive @isInactive end |
#isMatrixOption ⇒ Object
Returns the value of attribute isMatrixOption.
20156 20157 20158 |
# File 'lib/activenetsuite/soap/default.rb', line 20156 def isMatrixOption @isMatrixOption end |
#isOrdered ⇒ Object
Returns the value of attribute isOrdered.
20154 20155 20156 |
# File 'lib/activenetsuite/soap/default.rb', line 20154 def isOrdered @isOrdered end |
#name ⇒ Object
Returns the value of attribute name.
20152 20153 20154 |
# File 'lib/activenetsuite/soap/default.rb', line 20152 def name @name end |
#nullFieldList ⇒ Object
Returns the value of attribute nullFieldList.
20151 20152 20153 |
# File 'lib/activenetsuite/soap/default.rb', line 20151 def nullFieldList @nullFieldList end |
#owner ⇒ Object
Returns the value of attribute owner.
20153 20154 20155 |
# File 'lib/activenetsuite/soap/default.rb', line 20153 def owner @owner end |
#scriptId ⇒ Object
Returns the value of attribute scriptId.
20157 20158 20159 |
# File 'lib/activenetsuite/soap/default.rb', line 20157 def scriptId @scriptId end |
#translationsList ⇒ Object
Returns the value of attribute translationsList.
20161 20162 20163 |
# File 'lib/activenetsuite/soap/default.rb', line 20161 def translationsList @translationsList end |
Instance Method Details
#__xmlattr ⇒ Object
20163 20164 20165 |
# File 'lib/activenetsuite/soap/default.rb', line 20163 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_internalId ⇒ Object
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 |