Class: Notes::Options::CSV
- Inherits:
-
BaseOption
- Object
- BaseOption
- Notes::Options::CSV
- Defined in:
- lib/notes/options/csv.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
12 13 14 |
# File 'lib/notes/options/csv.rb', line 12 def description 'The result of this operation(if any) will be printed in the file specified in csv format.' end |
#name ⇒ Object
4 5 6 |
# File 'lib/notes/options/csv.rb', line 4 def name Notes::Options::CSV_EXPORT end |
#options ⇒ Object
8 9 10 |
# File 'lib/notes/options/csv.rb', line 8 def { :type => String, :multi => false} end |