Sha256: ffd37a4078e8cc6b0e2626e8b4c3ca5e7b40a5ef25713bb27aec9ac64001b19f
Contents?: true
Size: 474 Bytes
Versions: 20
Compression:
Stored size: 474 Bytes
Contents
module Myfinance module Entities class BankStatement < Base attribute :id, Integer attribute :deposit_account_id, Integer attribute :file_file_name, String attribute :future_items_ignored_count, Integer attribute :amount_zero_items_ignored_count, Integer attribute :invalid_date_items_ignored_count, Integer attribute :event, Hash attribute :created_at, DateTime attribute :updated_at, DateTime end end end
Version data entries
20 entries across 20 versions & 1 rubygems