Class: NetSuite::Records::InventoryAdjustmentInventory
- Inherits:
-
Object
- Object
- NetSuite::Records::InventoryAdjustmentInventory
- Defined in:
- lib/netsuite/records/inventory_adjustment_inventory.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ InventoryAdjustmentInventory
constructor
A new instance of InventoryAdjustmentInventory.
Methods included from Namespaces::TranInvt
Methods included from Support::RecordRefs
Methods included from Support::Fields
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::Records
#netsuite_type, netsuite_type, #record_type, #record_type_without_namespace, record_type_without_namespace, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Constructor Details
#initialize(attributes = {}) ⇒ InventoryAdjustmentInventory
Returns a new instance of InventoryAdjustmentInventory.
16 17 18 |
# File 'lib/netsuite/records/inventory_adjustment_inventory.rb', line 16 def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end |