Class: Ledger::Sdk::Models::Container
- Defined in:
- lib/ledger/sdk/models/container.rb
Overview
Represents the collection of containers (portfolios) from the Ledger API.
Allows listing containers via the /containers endpoint. The SDK is
read-only except for a container's characteristics (Instance#update)
and its fees/fee-exclusions management (Instance#fees and
Instance#fee_exclusions).
Defined Under Namespace
Classes: Instance
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ledger::Sdk::Models::Base