Class: ActiveNetsuite::ManufacturingRouting

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

Overview

urn:supplychain_2013_2urn:supplychain_2013_2.listsurn:supplychain_2013_2.lists.webservicesurn:supplychain_2013_2.lists.webservices.netsuiteurn:supplychain_2013_2.lists.webservices.netsuite.comManufacturingRouting

nullFieldList - ActiveNetsuite::NullField
customForm - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
item - ActiveNetsuite::RecordRef
locationList - ActiveNetsuite::RecordRefList
name - SOAP::SOAPString
memo - SOAP::SOAPString
isDefault - SOAP::SOAPBoolean
isInactive - SOAP::SOAPBoolean
routingStepList - ActiveNetsuite::ManufacturingRoutingRoutingStepList
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, customForm = nil, subsidiary = nil, item = nil, locationList = nil, name = nil, memo = nil, isDefault = nil, isInactive = nil, routingStepList = nil, customFieldList = nil) ⇒ ManufacturingRouting

Returns a new instance of ManufacturingRouting.



23813
23814
23815
23816
23817
23818
23819
23820
23821
23822
23823
23824
23825
23826
# File 'lib/activenetsuite/soap/default.rb', line 23813

def initialize(nullFieldList = nil, customForm = nil, subsidiary = nil, item = nil, locationList = nil, name = nil, memo = nil, isDefault = nil, isInactive = nil, routingStepList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @customForm = customForm
  @subsidiary = subsidiary
  @item = item
  @locationList = locationList
  @name = name
  @memo = memo
  @isDefault = isDefault
  @isInactive = isInactive
  @routingStepList = routingStepList
  @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

#customFieldListObject

Returns the value of attribute customFieldList.



23791
23792
23793
# File 'lib/activenetsuite/soap/default.rb', line 23791

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



23782
23783
23784
# File 'lib/activenetsuite/soap/default.rb', line 23782

def customForm
  @customForm
end

#isDefaultObject

Returns the value of attribute isDefault.



23788
23789
23790
# File 'lib/activenetsuite/soap/default.rb', line 23788

def isDefault
  @isDefault
end

#isInactiveObject

Returns the value of attribute isInactive.



23789
23790
23791
# File 'lib/activenetsuite/soap/default.rb', line 23789

def isInactive
  @isInactive
end

#itemObject

Returns the value of attribute item.



23784
23785
23786
# File 'lib/activenetsuite/soap/default.rb', line 23784

def item
  @item
end

#locationListObject

Returns the value of attribute locationList.



23785
23786
23787
# File 'lib/activenetsuite/soap/default.rb', line 23785

def locationList
  @locationList
end

#memoObject

Returns the value of attribute memo.



23787
23788
23789
# File 'lib/activenetsuite/soap/default.rb', line 23787

def memo
  @memo
end

#nameObject

Returns the value of attribute name.



23786
23787
23788
# File 'lib/activenetsuite/soap/default.rb', line 23786

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



23781
23782
23783
# File 'lib/activenetsuite/soap/default.rb', line 23781

def nullFieldList
  @nullFieldList
end

#routingStepListObject

Returns the value of attribute routingStepList.



23790
23791
23792
# File 'lib/activenetsuite/soap/default.rb', line 23790

def routingStepList
  @routingStepList
end

#subsidiaryObject

Returns the value of attribute subsidiary.



23783
23784
23785
# File 'lib/activenetsuite/soap/default.rb', line 23783

def subsidiary
  @subsidiary
end

Instance Method Details

#__xmlattrObject



23793
23794
23795
# File 'lib/activenetsuite/soap/default.rb', line 23793

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



23805
23806
23807
# File 'lib/activenetsuite/soap/default.rb', line 23805

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



23809
23810
23811
# File 'lib/activenetsuite/soap/default.rb', line 23809

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

#xmlattr_internalIdObject



23797
23798
23799
# File 'lib/activenetsuite/soap/default.rb', line 23797

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



23801
23802
23803
# File 'lib/activenetsuite/soap/default.rb', line 23801

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