class YnabConvert::Metadata

Metadata about the gem

Public Instance Methods

short_desc() click to toggle source
# File lib/ynab_convert.rb, line 13
    def  short_desc
      puts 'An utility to convert online banking CSV files to a format that ' \
'can be imported into YNAB 4.'
    end
version() click to toggle source
# File lib/ynab_convert.rb, line 18
def version
  puts "YNAB Convert #{YnabConvert::VERSION}"
end