Class: YnabConvert::Metadata
- Inherits:
-
Object
- Object
- YnabConvert::Metadata
- Defined in:
- lib/ynab_convert.rb
Overview
Metadata about the gem
Instance Method Summary collapse
Instance Method Details
#short_desc ⇒ Object
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 |
#version ⇒ Object
22 23 24 |
# File 'lib/ynab_convert.rb', line 22 def version puts "YNAB Convert #{YnabConvert::VERSION}" end |