Class: Notes::Options::All

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

Instance Method Summary collapse

Methods inherited from BaseOption

#options

Instance Method Details

#descriptionObject



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

def description
  'Specified action is applied to all the matching notes'
end

#nameObject



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

def name
  Notes::Options::ALL
end