Class: ActiveNetsuite::InventoryNumber

Inherits:
Record
  • 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.comInventoryNumber

nullFieldList - ActiveNetsuite::NullField
inventoryNumber - SOAP::SOAPString
item - ActiveNetsuite::RecordRef
status - SOAP::SOAPString
units - SOAP::SOAPString
expirationDate - SOAP::SOAPDateTime
memo - SOAP::SOAPString
locationsList - ActiveNetsuite::InventoryNumberLocationsList
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, inventoryNumber = nil, item = nil, status = nil, units = nil, expirationDate = nil, memo = nil, locationsList = nil, customFieldList = nil) ⇒ InventoryNumber

Returns a new instance of InventoryNumber.



12824
12825
12826
12827
12828
12829
12830
12831
12832
12833
12834
12835
# File 'lib/activenetsuite/soap/default.rb', line 12824

def initialize(nullFieldList = nil, inventoryNumber = nil, item = nil, status = nil, units = nil, expirationDate = nil, memo = nil, locationsList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @inventoryNumber = inventoryNumber
  @item = item
  @status = status
  @units = units
  @expirationDate = expirationDate
  @memo = memo
  @locationsList = locationsList
  @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.



12802
12803
12804
# File 'lib/activenetsuite/soap/default.rb', line 12802

def customFieldList
  @customFieldList
end

#expirationDateObject

Returns the value of attribute expirationDate.



12799
12800
12801
# File 'lib/activenetsuite/soap/default.rb', line 12799

def expirationDate
  @expirationDate
end

#inventoryNumberObject

Returns the value of attribute inventoryNumber.



12795
12796
12797
# File 'lib/activenetsuite/soap/default.rb', line 12795

def inventoryNumber
  @inventoryNumber
end

#itemObject

Returns the value of attribute item.



12796
12797
12798
# File 'lib/activenetsuite/soap/default.rb', line 12796

def item
  @item
end

#locationsListObject

Returns the value of attribute locationsList.



12801
12802
12803
# File 'lib/activenetsuite/soap/default.rb', line 12801

def locationsList
  @locationsList
end

#memoObject

Returns the value of attribute memo.



12800
12801
12802
# File 'lib/activenetsuite/soap/default.rb', line 12800

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



12794
12795
12796
# File 'lib/activenetsuite/soap/default.rb', line 12794

def nullFieldList
  @nullFieldList
end

#statusObject

Returns the value of attribute status.



12797
12798
12799
# File 'lib/activenetsuite/soap/default.rb', line 12797

def status
  @status
end

#unitsObject

Returns the value of attribute units.



12798
12799
12800
# File 'lib/activenetsuite/soap/default.rb', line 12798

def units
  @units
end

Instance Method Details

#__xmlattrObject



12804
12805
12806
# File 'lib/activenetsuite/soap/default.rb', line 12804

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



12816
12817
12818
# File 'lib/activenetsuite/soap/default.rb', line 12816

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



12820
12821
12822
# File 'lib/activenetsuite/soap/default.rb', line 12820

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

#xmlattr_internalIdObject



12808
12809
12810
# File 'lib/activenetsuite/soap/default.rb', line 12808

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



12812
12813
12814
# File 'lib/activenetsuite/soap/default.rb', line 12812

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