Class: Notes::Options::Token
- Inherits:
-
BaseOption
- Object
- BaseOption
- Notes::Options::Token
- Defined in:
- lib/notes/options/token.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/notes/options/token.rb', line 8 def description 'Specified action is only applied to the note with the id given.' end |
#options ⇒ Object
12 13 14 |
# File 'lib/notes/options/token.rb', line 12 def { :type => String, :multi => false} end |