class DaFunk::Transaction::Reversal

Public Class Methods

exists?() click to toggle source
# File lib/da_funk/transaction/reversal.rb, line 8
def self.exists?
  File.exists? "./shared/#{filename}"
end
filename() click to toggle source
# File lib/da_funk/transaction/reversal.rb, line 4
def self.filename
  DaFunk::ParamsDat.file['reversal_file_name'] || 'cw_reversal_transact.dat'
end