Class: Notes::Options::Console

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

Instance Method Summary collapse

Methods inherited from BaseOption

#options

Instance Method Details

#descriptionObject



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

def description
  'The result of this operation(if any) will be printed in the console'
end

#nameObject



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

def name
  Notes::Options::CONSOLE_EXPORT
end