Class: ActiveNetsuite::InventoryAdjustmentInventory

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

item - ActiveNetsuite::RecordRef
line - SOAP::SOAPLong
inventoryDetail - ActiveNetsuite::InventoryDetail
description - SOAP::SOAPString
location - ActiveNetsuite::RecordRef
units - ActiveNetsuite::RecordRef
quantityOnHand - SOAP::SOAPDouble
currentValue - SOAP::SOAPDouble
adjustQtyBy - SOAP::SOAPDouble
binNumbers - SOAP::SOAPString
serialNumbers - SOAP::SOAPString
newQuantity - SOAP::SOAPDouble
unitCost - SOAP::SOAPDouble
foreignCurrencyUnitCost - SOAP::SOAPDouble
memo - SOAP::SOAPString
currency - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
exchangeRate - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = nil, line = nil, inventoryDetail = nil, description = nil, location = nil, units = nil, quantityOnHand = nil, currentValue = nil, adjustQtyBy = nil, binNumbers = nil, serialNumbers = nil, newQuantity = nil, unitCost = nil, foreignCurrencyUnitCost = nil, memo = nil, currency = nil, expirationDate = nil, exchangeRate = nil) ⇒ InventoryAdjustmentInventory

Returns a new instance of InventoryAdjustmentInventory.



58951
58952
58953
58954
58955
58956
58957
58958
58959
58960
58961
58962
58963
58964
58965
58966
58967
58968
58969
58970
# File 'lib/activenetsuite/soap/default.rb', line 58951

def initialize(item = nil, line = nil, inventoryDetail = nil, description = nil, location = nil, units = nil, quantityOnHand = nil, currentValue = nil, adjustQtyBy = nil, binNumbers = nil, serialNumbers = nil, newQuantity = nil, unitCost = nil, foreignCurrencyUnitCost = nil, memo = nil, currency = nil, expirationDate = nil, exchangeRate = nil)
  @item = item
  @line = line
  @inventoryDetail = inventoryDetail
  @description = description
  @location = location
  @units = units
  @quantityOnHand = quantityOnHand
  @currentValue = currentValue
  @adjustQtyBy = adjustQtyBy
  @binNumbers = binNumbers
  @serialNumbers = serialNumbers
  @newQuantity = newQuantity
  @unitCost = unitCost
  @foreignCurrencyUnitCost = foreignCurrencyUnitCost
  @memo = memo
  @currency = currency
  @expirationDate = expirationDate
  @exchangeRate = exchangeRate
end

Instance Attribute Details

#adjustQtyByObject

Returns the value of attribute adjustQtyBy.



58940
58941
58942
# File 'lib/activenetsuite/soap/default.rb', line 58940

def adjustQtyBy
  @adjustQtyBy
end

#binNumbersObject

Returns the value of attribute binNumbers.



58941
58942
58943
# File 'lib/activenetsuite/soap/default.rb', line 58941

def binNumbers
  @binNumbers
end

#currencyObject

Returns the value of attribute currency.



58947
58948
58949
# File 'lib/activenetsuite/soap/default.rb', line 58947

def currency
  @currency
end

#currentValueObject

Returns the value of attribute currentValue.



58939
58940
58941
# File 'lib/activenetsuite/soap/default.rb', line 58939

def currentValue
  @currentValue
end

#descriptionObject

Returns the value of attribute description.



58935
58936
58937
# File 'lib/activenetsuite/soap/default.rb', line 58935

def description
  @description
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



58949
58950
58951
# File 'lib/activenetsuite/soap/default.rb', line 58949

def exchangeRate
  @exchangeRate
end

#expirationDateObject

Returns the value of attribute expirationDate.



58948
58949
58950
# File 'lib/activenetsuite/soap/default.rb', line 58948

def expirationDate
  @expirationDate
end

#foreignCurrencyUnitCostObject

Returns the value of attribute foreignCurrencyUnitCost.



58945
58946
58947
# File 'lib/activenetsuite/soap/default.rb', line 58945

def foreignCurrencyUnitCost
  @foreignCurrencyUnitCost
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



58934
58935
58936
# File 'lib/activenetsuite/soap/default.rb', line 58934

def inventoryDetail
  @inventoryDetail
end

#itemObject

Returns the value of attribute item.



58932
58933
58934
# File 'lib/activenetsuite/soap/default.rb', line 58932

def item
  @item
end

#lineObject

Returns the value of attribute line.



58933
58934
58935
# File 'lib/activenetsuite/soap/default.rb', line 58933

def line
  @line
end

#locationObject

Returns the value of attribute location.



58936
58937
58938
# File 'lib/activenetsuite/soap/default.rb', line 58936

def location
  @location
end

#memoObject

Returns the value of attribute memo.



58946
58947
58948
# File 'lib/activenetsuite/soap/default.rb', line 58946

def memo
  @memo
end

#newQuantityObject

Returns the value of attribute newQuantity.



58943
58944
58945
# File 'lib/activenetsuite/soap/default.rb', line 58943

def newQuantity
  @newQuantity
end

#quantityOnHandObject

Returns the value of attribute quantityOnHand.



58938
58939
58940
# File 'lib/activenetsuite/soap/default.rb', line 58938

def quantityOnHand
  @quantityOnHand
end

#serialNumbersObject

Returns the value of attribute serialNumbers.



58942
58943
58944
# File 'lib/activenetsuite/soap/default.rb', line 58942

def serialNumbers
  @serialNumbers
end

#unitCostObject

Returns the value of attribute unitCost.



58944
58945
58946
# File 'lib/activenetsuite/soap/default.rb', line 58944

def unitCost
  @unitCost
end

#unitsObject

Returns the value of attribute units.



58937
58938
58939
# File 'lib/activenetsuite/soap/default.rb', line 58937

def units
  @units
end