class ActiveNetsuite::Classification
{urn:accounting_2013_2.lists.webservices.netsuite.com}Classification
nullFieldList - ActiveNetsuite::NullField name - SOAP::SOAPString includeChildren - SOAP::SOAPBoolean parent - ActiveNetsuite::RecordRef isInactive - SOAP::SOAPBoolean classTranslationList - ActiveNetsuite::ClassTranslationList subsidiaryList - ActiveNetsuite::RecordRefList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
classTranslationList[RW]
customFieldList[RW]
includeChildren[RW]
isInactive[RW]
name[RW]
nullFieldList[RW]
parent[RW]
subsidiaryList[RW]
Public Class Methods
new(nullFieldList = nil, name = nil, includeChildren = nil, parent = nil, isInactive = nil, classTranslationList = nil, subsidiaryList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8064 def initialize(nullFieldList = nil, name = nil, includeChildren = nil, parent = nil, isInactive = nil, classTranslationList = nil, subsidiaryList = nil, customFieldList = nil) @nullFieldList = nullFieldList @name = name @includeChildren = includeChildren @parent = parent @isInactive = isInactive @classTranslationList = classTranslationList @subsidiaryList = subsidiaryList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8044 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8056 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8060 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8048 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8052 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end