Class: YnabConvert::Metadata

Inherits:
Object
  • Object
show all
Defined in:
lib/ynab_convert.rb

Overview

Metadata about the gem

Instance Method Summary collapse

Instance Method Details

#short_descObject



17
18
19
20
# File 'lib/ynab_convert.rb', line 17

def short_desc
  puts 'A utility to convert online banking CSV files to a format that ' \
       'can be imported into YNAB 4.'
end

#versionObject



22
23
24
# File 'lib/ynab_convert.rb', line 22

def version
  puts "YNAB Convert #{YnabConvert::VERSION}"
end