Class: ActiveNetsuite::AssemblyBuild

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.comAssemblyBuild

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

Returns a new instance of AssemblyBuild.



18588
18589
18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
18600
18601
18602
18603
18604
18605
18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
# File 'lib/activenetsuite/soap/default.rb', line 18588

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



18551
18552
18553
# File 'lib/activenetsuite/soap/default.rb', line 18551

def binNumbers
  @binNumbers
end

#buildableObject

Returns the value of attribute buildable.



18545
18546
18547
# File 'lib/activenetsuite/soap/default.rb', line 18545

def buildable
  @buildable
end

#componentListObject

Returns the value of attribute componentList.



18557
18558
18559
# File 'lib/activenetsuite/soap/default.rb', line 18557

def componentList
  @componentList
end

#createdDateObject

Returns the value of attribute createdDate.



18536
18537
18538
# File 'lib/activenetsuite/soap/default.rb', line 18536

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



18540
18541
18542
# File 'lib/activenetsuite/soap/default.rb', line 18540

def createdFrom
  @createdFrom
end

#customFieldListObject

Returns the value of attribute customFieldList.



18558
18559
18560
# File 'lib/activenetsuite/soap/default.rb', line 18558

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



18539
18540
18541
# File 'lib/activenetsuite/soap/default.rb', line 18539

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



18553
18554
18555
# File 'lib/activenetsuite/soap/default.rb', line 18553

def department
  @department
end

#expirationDateObject

Returns the value of attribute expirationDate.



18537
18538
18539
# File 'lib/activenetsuite/soap/default.rb', line 18537

def expirationDate
  @expirationDate
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



18549
18550
18551
# File 'lib/activenetsuite/soap/default.rb', line 18549

def inventoryDetail
  @inventoryDetail
end

#itemObject

Returns the value of attribute item.



18544
18545
18546
# File 'lib/activenetsuite/soap/default.rb', line 18544

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



18538
18539
18540
# File 'lib/activenetsuite/soap/default.rb', line 18538

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



18554
18555
18556
# File 'lib/activenetsuite/soap/default.rb', line 18554

def location
  @location
end

#memoObject

Returns the value of attribute memo.



18556
18557
18558
# File 'lib/activenetsuite/soap/default.rb', line 18556

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



18535
18536
18537
# File 'lib/activenetsuite/soap/default.rb', line 18535

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



18542
18543
18544
# File 'lib/activenetsuite/soap/default.rb', line 18542

def postingPeriod
  @postingPeriod
end

#quantityObject

Returns the value of attribute quantity.



18546
18547
18548
# File 'lib/activenetsuite/soap/default.rb', line 18546

def quantity
  @quantity
end

#revisionObject

Returns the value of attribute revision.



18555
18556
18557
# File 'lib/activenetsuite/soap/default.rb', line 18555

def revision
  @revision
end

#serialNumbersObject

Returns the value of attribute serialNumbers.



18550
18551
18552
# File 'lib/activenetsuite/soap/default.rb', line 18550

def serialNumbers
  @serialNumbers
end

#subsidiaryObject

Returns the value of attribute subsidiary.



18552
18553
18554
# File 'lib/activenetsuite/soap/default.rb', line 18552

def subsidiary
  @subsidiary
end

#totalObject

Returns the value of attribute total.



18548
18549
18550
# File 'lib/activenetsuite/soap/default.rb', line 18548

def total
  @total
end

#tranDateObject

Returns the value of attribute tranDate.



18541
18542
18543
# File 'lib/activenetsuite/soap/default.rb', line 18541

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



18543
18544
18545
# File 'lib/activenetsuite/soap/default.rb', line 18543

def tranId
  @tranId
end

#unitsObject

Returns the value of attribute units.



18547
18548
18549
# File 'lib/activenetsuite/soap/default.rb', line 18547

def units
  @units
end

Instance Method Details

#__xmlattrObject



18568
18569
18570
# File 'lib/activenetsuite/soap/default.rb', line 18568

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



18560
18561
18562
# File 'lib/activenetsuite/soap/default.rb', line 18560

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



18564
18565
18566
# File 'lib/activenetsuite/soap/default.rb', line 18564

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



18580
18581
18582
# File 'lib/activenetsuite/soap/default.rb', line 18580

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



18584
18585
18586
# File 'lib/activenetsuite/soap/default.rb', line 18584

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

#xmlattr_internalIdObject



18572
18573
18574
# File 'lib/activenetsuite/soap/default.rb', line 18572

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



18576
18577
18578
# File 'lib/activenetsuite/soap/default.rb', line 18576

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