Class: Notes::Options::FindNote

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

Instance Method Summary collapse

Methods inherited from BaseOption

#options

Instance Method Details

#descriptionObject



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

def description
  'Finds the note specified.'
end

#nameObject



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

def name
  Notes::Options::FIND_NOTE
end