Class: LedgerTillerExport::RegexpRule

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
RuleInterface, T::Props, T::Props::Constructor
Defined in:
lib/ledger_tiller_export.rb

Instance Method Summary collapse

Instance Method Details

#account_for_row(row) ⇒ Object



56
57
58
59
60
61
62
# File 'lib/ledger_tiller_export.rb', line 56

def (row)
  if match.match(row.description)
    return 
  end

  nil
end