Sha256: ea2f8c0ffd375de93fce7d9f14b50572d7b6a89b33b91a25053dc959bee707ad
Contents?: true
Size: 464 Bytes
Versions: 3
Compression:
Stored size: 464 Bytes
Contents
# frozen_string_literal: true module LedgerSync class Account < LedgerSync::Resource attribute :name, type: Type::String attribute :classification, type: Type::String attribute :account_type, type: Type::String attribute :account_sub_type, type: Type::String attribute :number, type: Type::String attribute :currency, type: Type::String attribute :description, type: Type::String attribute :active, type: Type::Boolean end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.1 | lib/ledger_sync/resources/account.rb |
ledger_sync-1.1.3 | lib/ledger_sync/resources/account.rb |
ledger_sync-1.1.2 | lib/ledger_sync/resources/account.rb |