Class: Ledger::Sdk::Models::Movement

Inherits:
Base
  • Object
show all
Defined in:
lib/ledger/sdk/models/movement.rb

Overview

Represents the collection of movements (transactions) from the Ledger API.

Examples:

List movements for a container

Ledger::Sdk.Movement.list { { filters: { container: 42 } } }

Fetch one movement with its full detail

Ledger::Sdk.Movement(7).data

Defined Under Namespace

Classes: Instance

Method Summary

Methods inherited from Base

#initialize, #list

Constructor Details

This class inherits a constructor from Ledger::Sdk::Models::Base