Class: Notes::Options::Tag
- Inherits:
-
BaseOption
- Object
- BaseOption
- Notes::Options::Tag
- Defined in:
- lib/notes/options/tag.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/notes/options/tag.rb', line 8 def description 'Specified action only takes effect on notes with the tag given.' end |
#options ⇒ Object
12 13 14 |
# File 'lib/notes/options/tag.rb', line 12 def {:type => String, :multi => true} end |