Class: Notes::Options::CSV

Inherits:
BaseOption show all
Defined in:
lib/notes/options/csv.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



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

#nameObject



4
5
6
# File 'lib/notes/options/csv.rb', line 4

def name
  Notes::Options::CSV_EXPORT
end

#optionsObject



8
9
10
# File 'lib/notes/options/csv.rb', line 8

def options
  { :type => String, :multi => false}
end