Sha256: b164d2cccc2555b2b83f9d8dbd22f1812525cf047c3ca937e45708e17777a456
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 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::Integer attribute :currency, type: Type::String attribute :description, type: Type::String attribute :active, type: Type::Boolean end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.1.1 | lib/ledger_sync/resources/account.rb |