Class: NetSuite::Records::InventoryDetail

Inherits:
Object
  • Object
show all
Includes:
Namespaces::PlatformCommon, Support::Fields, Support::RecordRefs, Support::Records
Defined in:
lib/netsuite/records/inventory_detail.rb

Instance Method Summary collapse

Methods included from Namespaces::PlatformCommon

#record_namespace

Methods included from Support::Records

#record_type, #to_attributes!, #to_record

Methods included from Namespaces::PlatformCore

#record_namespace

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Methods included from Support::RecordRefs

included

Methods included from Support::Fields

included

Constructor Details

#initialize(attributes = {}) ⇒ InventoryDetail

Returns a new instance of InventoryDetail.



13
14
15
# File 'lib/netsuite/records/inventory_detail.rb', line 13

def initialize(attributes = {})
  initialize_from_attributes_hash(attributes)
end