Class: ActiveNetsuite::InventoryItemLocations

Inherits:
Object
  • 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.comInventoryItemLocations

location - SOAP::SOAPString
quantityOnHand - SOAP::SOAPDouble
onHandValueMli - SOAP::SOAPDouble
averageCostMli - SOAP::SOAPDouble
lastPurchasePriceMli - SOAP::SOAPDouble
reorderPoint - SOAP::SOAPDouble
preferredStockLevel - SOAP::SOAPDouble
leadTime - SOAP::SOAPLong
defaultReturnCost - SOAP::SOAPDouble
safetyStockLevel - SOAP::SOAPDouble
cost - SOAP::SOAPDouble
inventoryCostTemplate - ActiveNetsuite::RecordRef
buildTime - SOAP::SOAPDouble
lastInvtCountDate - SOAP::SOAPDateTime
nextInvtCountDate - SOAP::SOAPDateTime
isWip - SOAP::SOAPBoolean
invtCountInterval - SOAP::SOAPLong
invtClassification - ActiveNetsuite::ItemInvtClassification
costingLotSize - SOAP::SOAPDouble
quantityOnOrder - SOAP::SOAPDouble
quantityCommitted - SOAP::SOAPDouble
quantityAvailable - SOAP::SOAPDouble
quantityBackOrdered - SOAP::SOAPDouble
locationId - ActiveNetsuite::RecordRef
supplyReplenishmentMethod - ActiveNetsuite::RecordRef
alternateDemandSourceItem - ActiveNetsuite::RecordRef
fixedLotSize - SOAP::SOAPDouble
periodicLotSizeType - ActiveNetsuite::PeriodicLotSizeType
periodicLotSizeDays - SOAP::SOAPLong
supplyType - ActiveNetsuite::RecordRef
supplyLotSizingMethod - ActiveNetsuite::RecordRef
demandSource - ActiveNetsuite::RecordRef
backwardConsumptionDays - SOAP::SOAPLong
forwardConsumptionDays - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(location = nil, quantityOnHand = nil, onHandValueMli = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil) ⇒ InventoryItemLocations

Returns a new instance of InventoryItemLocations.



52477
52478
52479
52480
52481
52482
52483
52484
52485
52486
52487
52488
52489
52490
52491
52492
52493
52494
52495
52496
52497
52498
52499
52500
52501
52502
52503
52504
52505
52506
52507
52508
52509
52510
52511
52512
# File 'lib/activenetsuite/soap/default.rb', line 52477

def initialize(location = nil, quantityOnHand = nil, onHandValueMli = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil)
  @location = location
  @quantityOnHand = quantityOnHand
  @onHandValueMli = onHandValueMli
  @averageCostMli = averageCostMli
  @lastPurchasePriceMli = lastPurchasePriceMli
  @reorderPoint = reorderPoint
  @preferredStockLevel = preferredStockLevel
  @leadTime = leadTime
  @defaultReturnCost = defaultReturnCost
  @safetyStockLevel = safetyStockLevel
  @cost = cost
  @inventoryCostTemplate = inventoryCostTemplate
  @buildTime = buildTime
  @lastInvtCountDate = lastInvtCountDate
  @nextInvtCountDate = nextInvtCountDate
  @isWip = isWip
  @invtCountInterval = invtCountInterval
  @invtClassification = invtClassification
  @costingLotSize = costingLotSize
  @quantityOnOrder = quantityOnOrder
  @quantityCommitted = quantityCommitted
  @quantityAvailable = quantityAvailable
  @quantityBackOrdered = quantityBackOrdered
  @locationId = locationId
  @supplyReplenishmentMethod = supplyReplenishmentMethod
  @alternateDemandSourceItem = alternateDemandSourceItem
  @fixedLotSize = fixedLotSize
  @periodicLotSizeType = periodicLotSizeType
  @periodicLotSizeDays = periodicLotSizeDays
  @supplyType = supplyType
  @supplyLotSizingMethod = supplyLotSizingMethod
  @demandSource = demandSource
  @backwardConsumptionDays = backwardConsumptionDays
  @forwardConsumptionDays = forwardConsumptionDays
end

Instance Attribute Details

#alternateDemandSourceItemObject

Returns the value of attribute alternateDemandSourceItem.



52467
52468
52469
# File 'lib/activenetsuite/soap/default.rb', line 52467

def alternateDemandSourceItem
  @alternateDemandSourceItem
end

#averageCostMliObject

Returns the value of attribute averageCostMli.



52445
52446
52447
# File 'lib/activenetsuite/soap/default.rb', line 52445

def averageCostMli
  @averageCostMli
end

#backwardConsumptionDaysObject

Returns the value of attribute backwardConsumptionDays.



52474
52475
52476
# File 'lib/activenetsuite/soap/default.rb', line 52474

def backwardConsumptionDays
  @backwardConsumptionDays
end

#buildTimeObject

Returns the value of attribute buildTime.



52454
52455
52456
# File 'lib/activenetsuite/soap/default.rb', line 52454

def buildTime
  @buildTime
end

#costObject

Returns the value of attribute cost.



52452
52453
52454
# File 'lib/activenetsuite/soap/default.rb', line 52452

def cost
  @cost
end

#costingLotSizeObject

Returns the value of attribute costingLotSize.



52460
52461
52462
# File 'lib/activenetsuite/soap/default.rb', line 52460

def costingLotSize
  @costingLotSize
end

#defaultReturnCostObject

Returns the value of attribute defaultReturnCost.



52450
52451
52452
# File 'lib/activenetsuite/soap/default.rb', line 52450

def defaultReturnCost
  @defaultReturnCost
end

#demandSourceObject

Returns the value of attribute demandSource.



52473
52474
52475
# File 'lib/activenetsuite/soap/default.rb', line 52473

def demandSource
  @demandSource
end

#fixedLotSizeObject

Returns the value of attribute fixedLotSize.



52468
52469
52470
# File 'lib/activenetsuite/soap/default.rb', line 52468

def fixedLotSize
  @fixedLotSize
end

#forwardConsumptionDaysObject

Returns the value of attribute forwardConsumptionDays.



52475
52476
52477
# File 'lib/activenetsuite/soap/default.rb', line 52475

def forwardConsumptionDays
  @forwardConsumptionDays
end

#inventoryCostTemplateObject

Returns the value of attribute inventoryCostTemplate.



52453
52454
52455
# File 'lib/activenetsuite/soap/default.rb', line 52453

def inventoryCostTemplate
  @inventoryCostTemplate
end

#invtClassificationObject

Returns the value of attribute invtClassification.



52459
52460
52461
# File 'lib/activenetsuite/soap/default.rb', line 52459

def invtClassification
  @invtClassification
end

#invtCountIntervalObject

Returns the value of attribute invtCountInterval.



52458
52459
52460
# File 'lib/activenetsuite/soap/default.rb', line 52458

def invtCountInterval
  @invtCountInterval
end

#isWipObject

Returns the value of attribute isWip.



52457
52458
52459
# File 'lib/activenetsuite/soap/default.rb', line 52457

def isWip
  @isWip
end

#lastInvtCountDateObject

Returns the value of attribute lastInvtCountDate.



52455
52456
52457
# File 'lib/activenetsuite/soap/default.rb', line 52455

def lastInvtCountDate
  @lastInvtCountDate
end

#lastPurchasePriceMliObject

Returns the value of attribute lastPurchasePriceMli.



52446
52447
52448
# File 'lib/activenetsuite/soap/default.rb', line 52446

def lastPurchasePriceMli
  @lastPurchasePriceMli
end

#leadTimeObject

Returns the value of attribute leadTime.



52449
52450
52451
# File 'lib/activenetsuite/soap/default.rb', line 52449

def leadTime
  @leadTime
end

#locationObject

Returns the value of attribute location.



52442
52443
52444
# File 'lib/activenetsuite/soap/default.rb', line 52442

def location
  @location
end

#locationIdObject

Returns the value of attribute locationId.



52465
52466
52467
# File 'lib/activenetsuite/soap/default.rb', line 52465

def locationId
  @locationId
end

#nextInvtCountDateObject

Returns the value of attribute nextInvtCountDate.



52456
52457
52458
# File 'lib/activenetsuite/soap/default.rb', line 52456

def nextInvtCountDate
  @nextInvtCountDate
end

#onHandValueMliObject

Returns the value of attribute onHandValueMli.



52444
52445
52446
# File 'lib/activenetsuite/soap/default.rb', line 52444

def onHandValueMli
  @onHandValueMli
end

#periodicLotSizeDaysObject

Returns the value of attribute periodicLotSizeDays.



52470
52471
52472
# File 'lib/activenetsuite/soap/default.rb', line 52470

def periodicLotSizeDays
  @periodicLotSizeDays
end

#periodicLotSizeTypeObject

Returns the value of attribute periodicLotSizeType.



52469
52470
52471
# File 'lib/activenetsuite/soap/default.rb', line 52469

def periodicLotSizeType
  @periodicLotSizeType
end

#preferredStockLevelObject

Returns the value of attribute preferredStockLevel.



52448
52449
52450
# File 'lib/activenetsuite/soap/default.rb', line 52448

def preferredStockLevel
  @preferredStockLevel
end

#quantityAvailableObject

Returns the value of attribute quantityAvailable.



52463
52464
52465
# File 'lib/activenetsuite/soap/default.rb', line 52463

def quantityAvailable
  @quantityAvailable
end

#quantityBackOrderedObject

Returns the value of attribute quantityBackOrdered.



52464
52465
52466
# File 'lib/activenetsuite/soap/default.rb', line 52464

def quantityBackOrdered
  @quantityBackOrdered
end

#quantityCommittedObject

Returns the value of attribute quantityCommitted.



52462
52463
52464
# File 'lib/activenetsuite/soap/default.rb', line 52462

def quantityCommitted
  @quantityCommitted
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



52443
52444
52445
# File 'lib/activenetsuite/soap/default.rb', line 52443

def quantityOnHand
  @quantityOnHand
end

#quantityOnOrderObject

Returns the value of attribute quantityOnOrder.



52461
52462
52463
# File 'lib/activenetsuite/soap/default.rb', line 52461

def quantityOnOrder
  @quantityOnOrder
end

#reorderPointObject

Returns the value of attribute reorderPoint.



52447
52448
52449
# File 'lib/activenetsuite/soap/default.rb', line 52447

def reorderPoint
  @reorderPoint
end

#safetyStockLevelObject

Returns the value of attribute safetyStockLevel.



52451
52452
52453
# File 'lib/activenetsuite/soap/default.rb', line 52451

def safetyStockLevel
  @safetyStockLevel
end

#supplyLotSizingMethodObject

Returns the value of attribute supplyLotSizingMethod.



52472
52473
52474
# File 'lib/activenetsuite/soap/default.rb', line 52472

def supplyLotSizingMethod
  @supplyLotSizingMethod
end

#supplyReplenishmentMethodObject

Returns the value of attribute supplyReplenishmentMethod.



52466
52467
52468
# File 'lib/activenetsuite/soap/default.rb', line 52466

def supplyReplenishmentMethod
  @supplyReplenishmentMethod
end

#supplyTypeObject

Returns the value of attribute supplyType.



52471
52472
52473
# File 'lib/activenetsuite/soap/default.rb', line 52471

def supplyType
  @supplyType
end