Sha256: d8b4c94c02b1af036fbd29cc98a81e1b6124ebd31494970fed45bf651aed82af

Contents?: true

Size: 781 Bytes

Versions: 2

Compression:

Stored size: 781 Bytes

Contents

module Myfinance
  module Entities
    class DepositAccount < Base
      attribute :archive, Boolean
      attribute :bank_account_id, Integer
      attribute :created_at, DateTime
      attribute :currency_id, Integer
      attribute :deposit_account_type_id, Integer
      attribute :description, String
      attribute :entity_id, Integer
      attribute :force_destroy, Boolean
      attribute :id, Integer
      attribute :imported_from_sync, Boolean
      attribute :initial_balance, String
      attribute :last_transaction_date, Date
      attribute :name, String
      attribute :sync_response, String
      attribute :updated_at, DateTime
      attribute :calculated_balance, String
      attribute :logo_image_url, String
      attribute :links, Array
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
myfinance-0.6.0 lib/myfinance/entities/deposit_account.rb
myfinance-0.5.0 lib/myfinance/entities/deposit_account.rb