Class: NetSuite::Records::InventoryDetail
- Inherits:
-
Object
- Object
- NetSuite::Records::InventoryDetail
- Defined in:
- lib/netsuite/records/inventory_detail.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ InventoryDetail
constructor
A new instance of InventoryDetail.
Methods included from Namespaces::PlatformCommon
Methods included from Support::Records
#record_type, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::RecordRefs
Methods included from Support::Fields
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 |