class Dynaccount::AccountingBank

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/accounting_bank.rb, line 7
def self.api_path
  'accounting_bank'
end
ignore_put() click to toggle source
# File lib/dynaccount/accounting_bank.rb, line 3
def self.ignore_put
  [:id, :account_id, :accounting_id, :time, :is_booked, :recon_id, :amount, :currency_amount]
end