Class: ActiveNetsuite::AssemblyUnbuild

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

Overview

urn:inventory_2013_2urn:inventory_2013_2.transactionsurn:inventory_2013_2.transactions.webservicesurn:inventory_2013_2.transactions.webservices.netsuiteurn:inventory_2013_2.transactions.webservices.netsuite.comAssemblyUnbuild

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
item - ActiveNetsuite::RecordRef
built - SOAP::SOAPDouble
quantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
total - SOAP::SOAPDouble
serialNumbers - SOAP::SOAPString
inventoryDetail - ActiveNetsuite::InventoryDetail
binNumbers - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
componentList - ActiveNetsuite::AssemblyComponentList
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, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranDate = nil, postingPeriod = nil, tranId = nil, item = nil, built = nil, quantity = nil, units = nil, total = nil, serialNumbers = nil, inventoryDetail = nil, binNumbers = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, memo = nil, componentList = nil, customFieldList = nil) ⇒ AssemblyUnbuild



18697
18698
18699
18700
18701
18702
18703
18704
18705
18706
18707
18708
18709
18710
18711
18712
18713
18714
18715
18716
18717
18718
18719
18720
18721
# File 'lib/activenetsuite/soap/default.rb', line 18697

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranDate = nil, postingPeriod = nil, tranId = nil, item = nil, built = nil, quantity = nil, units = nil, total = nil, serialNumbers = nil, inventoryDetail = nil, binNumbers = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, memo = nil, componentList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @tranId = tranId
  @item = item
  @built = built
  @quantity = quantity
  @units = units
  @total = total
  @serialNumbers = serialNumbers
  @inventoryDetail = inventoryDetail
  @binNumbers = binNumbers
  @subsidiary = subsidiary
  @department = department
  @v_class = v_class
  @location = location
  @memo = memo
  @componentList = componentList
  @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

#binNumbersObject

Returns the value of attribute binNumbers.



18661
18662
18663
# File 'lib/activenetsuite/soap/default.rb', line 18661

def binNumbers
  @binNumbers
end

#builtObject

Returns the value of attribute built.



18655
18656
18657
# File 'lib/activenetsuite/soap/default.rb', line 18655

def built
  @built
end

#componentListObject

Returns the value of attribute componentList.



18666
18667
18668
# File 'lib/activenetsuite/soap/default.rb', line 18666

def componentList
  @componentList
end

#createdDateObject

Returns the value of attribute createdDate.



18648
18649
18650
# File 'lib/activenetsuite/soap/default.rb', line 18648

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



18667
18668
18669
# File 'lib/activenetsuite/soap/default.rb', line 18667

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



18650
18651
18652
# File 'lib/activenetsuite/soap/default.rb', line 18650

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



18663
18664
18665
# File 'lib/activenetsuite/soap/default.rb', line 18663

def department
  @department
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



18660
18661
18662
# File 'lib/activenetsuite/soap/default.rb', line 18660

def inventoryDetail
  @inventoryDetail
end

#itemObject

Returns the value of attribute item.



18654
18655
18656
# File 'lib/activenetsuite/soap/default.rb', line 18654

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



18649
18650
18651
# File 'lib/activenetsuite/soap/default.rb', line 18649

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



18664
18665
18666
# File 'lib/activenetsuite/soap/default.rb', line 18664

def location
  @location
end

#memoObject

Returns the value of attribute memo.



18665
18666
18667
# File 'lib/activenetsuite/soap/default.rb', line 18665

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



18647
18648
18649
# File 'lib/activenetsuite/soap/default.rb', line 18647

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



18652
18653
18654
# File 'lib/activenetsuite/soap/default.rb', line 18652

def postingPeriod
  @postingPeriod
end

#quantityObject

Returns the value of attribute quantity.



18656
18657
18658
# File 'lib/activenetsuite/soap/default.rb', line 18656

def quantity
  @quantity
end

#serialNumbersObject

Returns the value of attribute serialNumbers.



18659
18660
18661
# File 'lib/activenetsuite/soap/default.rb', line 18659

def serialNumbers
  @serialNumbers
end

#subsidiaryObject

Returns the value of attribute subsidiary.



18662
18663
18664
# File 'lib/activenetsuite/soap/default.rb', line 18662

def subsidiary
  @subsidiary
end

#totalObject

Returns the value of attribute total.



18658
18659
18660
# File 'lib/activenetsuite/soap/default.rb', line 18658

def total
  @total
end

#tranDateObject

Returns the value of attribute tranDate.



18651
18652
18653
# File 'lib/activenetsuite/soap/default.rb', line 18651

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



18653
18654
18655
# File 'lib/activenetsuite/soap/default.rb', line 18653

def tranId
  @tranId
end

#unitsObject

Returns the value of attribute units.



18657
18658
18659
# File 'lib/activenetsuite/soap/default.rb', line 18657

def units
  @units
end

Instance Method Details

#__xmlattrObject



18677
18678
18679
# File 'lib/activenetsuite/soap/default.rb', line 18677

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



18669
18670
18671
# File 'lib/activenetsuite/soap/default.rb', line 18669

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



18673
18674
18675
# File 'lib/activenetsuite/soap/default.rb', line 18673

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



18689
18690
18691
# File 'lib/activenetsuite/soap/default.rb', line 18689

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



18693
18694
18695
# File 'lib/activenetsuite/soap/default.rb', line 18693

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

#xmlattr_internalIdObject



18681
18682
18683
# File 'lib/activenetsuite/soap/default.rb', line 18681

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



18685
18686
18687
# File 'lib/activenetsuite/soap/default.rb', line 18685

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