Class: Ledger::Sdk::Models::Inventory
- Defined in:
- lib/ledger/sdk/models/inventory.rb
Overview
Represents the collection of inventories (quantity and cost snapshots) from the Ledger API.
Inventories are always accessed in the context of a position via
/containers/:container_id/accounts/:account_id/positions/:position_id/inventories.
The Ledger API exposes no individual inventory endpoint: inventory
data is only available through Base#list.
Defined Under Namespace
Classes: Instance
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ledger::Sdk::Models::Base