Class: Ledger::Sdk::Models::ImportLine
- Inherits:
-
Object
- Object
- Ledger::Sdk::Models::ImportLine
- Defined in:
- lib/ledger/sdk/models/import_line.rb
Overview
Namespace for an individual import line.
Alone among the models, this one does not subclass Base: Ledger exposes
no index for import lines — they are embedded in their import's payload —
so there is no collection to list, and inheriting Base would advertise a
list that answers 404. Lines are reached from their import, which is the
only context in which their path exists:
Ledger::Sdk.Import(42).lines(7)
Defined Under Namespace
Classes: Instance