Module: LunchMoney::Objects

Defined in:
lib/lunchmoney/objects/object.rb,
lib/lunchmoney/objects/tag.rb,
lib/lunchmoney/objects/data.rb,
lib/lunchmoney/objects/user.rb,
lib/lunchmoney/objects/asset.rb,
lib/lunchmoney/objects/split.rb,
lib/lunchmoney/objects/budget.rb,
lib/lunchmoney/objects/config.rb,
lib/lunchmoney/objects/crypto.rb,
lib/lunchmoney/objects/category.rb,
lib/lunchmoney/objects/tag_base.rb,
lib/lunchmoney/objects/crypto_base.rb,
lib/lunchmoney/objects/transaction.rb,
lib/lunchmoney/objects/plaid_account.rb,
lib/lunchmoney/objects/child_category.rb,
lib/lunchmoney/objects/transaction_base.rb,
lib/lunchmoney/objects/child_transaction.rb,
lib/lunchmoney/objects/recurring_expense.rb,
lib/lunchmoney/objects/update_transaction.rb,
lib/lunchmoney/objects/recurring_expense_base.rb,
lib/lunchmoney/objects/transaction_modification_base.rb

Overview

Namespace for data objects that represent objects returned from the API

Defined Under Namespace

Classes: Asset, Budget, Category, ChildCategory, ChildTransaction, Config, Crypto, CryptoBase, Data, Object, PlaidAccount, RecurringExpense, RecurringExpenseBase, Split, Tag, TagBase, Transaction, TransactionBase, TransactionModificationBase, UpdateTransaction, User