Class: Stupidedi::Editor::Result
- Inherits:
-
Object
- Object
- Stupidedi::Editor::Result
- Defined in:
- lib/stupidedi/editor/result.rb
Instance Method Summary collapse
Instance Method Details
#error? ⇒ Boolean
13 14 15 |
# File 'lib/stupidedi/editor/result.rb', line 13 def error? false end |
#reason ⇒ String
11 |
# File 'lib/stupidedi/editor/result.rb', line 11 abstract :reason |
#warning? ⇒ Boolean
17 18 19 |
# File 'lib/stupidedi/editor/result.rb', line 17 def warning? false end |