Class: ActiveNetsuite::Classification

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

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comClassification

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

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
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, includeChildren = nil, parent = nil, isInactive = nil, classTranslationList = nil, subsidiaryList = nil, customFieldList = nil) ⇒ Classification

Returns a new instance of Classification.



8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
# 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

Dynamic Method Handling

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

Instance Attribute Details

#classTranslationListObject

Returns the value of attribute classTranslationList.



8040
8041
8042
# File 'lib/activenetsuite/soap/default.rb', line 8040

def classTranslationList
  @classTranslationList
end

#customFieldListObject

Returns the value of attribute customFieldList.



8042
8043
8044
# File 'lib/activenetsuite/soap/default.rb', line 8042

def customFieldList
  @customFieldList
end

#includeChildrenObject

Returns the value of attribute includeChildren.



8037
8038
8039
# File 'lib/activenetsuite/soap/default.rb', line 8037

def includeChildren
  @includeChildren
end

#isInactiveObject

Returns the value of attribute isInactive.



8039
8040
8041
# File 'lib/activenetsuite/soap/default.rb', line 8039

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



8036
8037
8038
# File 'lib/activenetsuite/soap/default.rb', line 8036

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



8035
8036
8037
# File 'lib/activenetsuite/soap/default.rb', line 8035

def nullFieldList
  @nullFieldList
end

#parentObject

Returns the value of attribute parent.



8038
8039
8040
# File 'lib/activenetsuite/soap/default.rb', line 8038

def parent
  @parent
end

#subsidiaryListObject

Returns the value of attribute subsidiaryList.



8041
8042
8043
# File 'lib/activenetsuite/soap/default.rb', line 8041

def subsidiaryList
  @subsidiaryList
end

Instance Method Details

#__xmlattrObject



8044
8045
8046
# File 'lib/activenetsuite/soap/default.rb', line 8044

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



8056
8057
8058
# File 'lib/activenetsuite/soap/default.rb', line 8056

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



8060
8061
8062
# File 'lib/activenetsuite/soap/default.rb', line 8060

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



8048
8049
8050
# File 'lib/activenetsuite/soap/default.rb', line 8048

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



8052
8053
8054
# File 'lib/activenetsuite/soap/default.rb', line 8052

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