Sha256: 0e7ff50db08676b538dccbcca58bdd7f8df1364654bcb6f70d88629dd9af564c

Contents?: true

Size: 1.42 KB

Versions: 9

Compression:

Stored size: 1.42 KB

Contents

module Myfinance
  module Entities
    class FinancialTransaction < Base
      attribute :classification_center_id, Integer
      attribute :deposit_account_id, Integer
      attribute :person_id, Integer
      attribute :parent_id, Integer
      attribute :owner_id, Integer
      attribute :currency_id, Integer
      attribute :category_id, Integer
      attribute :type, String
      attribute :occurred_at, Date
      attribute :document, String
      attribute :original_description, String
      attribute :user_description, String
      attribute :notes, String
      attribute :amount, Decimal
      attribute :id, Integer
      attribute :is_pending, Boolean
      attribute :created_at, DateTime
      attribute :updated_at, DateTime
      attribute :guid, String
      attribute :imported_from_sync, Boolean
      attribute :transfer_id, Integer
      attribute :absolute_amount, Decimal
      attribute :bank_statement_id, Integer
      attribute :balance_difference, Boolean
      attribute :force_destroy, Boolean
      attribute :divided, Boolean
      attribute :attachments_count, Integer
      attribute :duplicity_suspicion_id, Integer
      attribute :excel_import_id, Integer
      attribute :observation, String
      attribute :api_related, Boolean
      attribute :bank_slips_count, Integer
      attribute :reconciled, Boolean
      attribute :indexed_at, DateTime
      attribute :automatic_rule_related, Boolean
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
myfinance-1.4.1 lib/myfinance/entities/financial_transaction.rb
myfinance-1.4.0 lib/myfinance/entities/financial_transaction.rb
myfinance-1.3.1 lib/myfinance/entities/financial_transaction.rb
myfinance-1.3.0 lib/myfinance/entities/financial_transaction.rb
myfinance-1.2.1 lib/myfinance/entities/financial_transaction.rb
myfinance-1.2.0 lib/myfinance/entities/financial_transaction.rb
myfinance-1.1.0 lib/myfinance/entities/financial_transaction.rb
myfinance-1.0.0 lib/myfinance/entities/financial_transaction.rb
myfinance-0.7.0 lib/myfinance/entities/financial_transaction.rb