Class: Kumi::Dev::Runner::Result
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Dev::Runner::Result
- Defined in:
- lib/kumi/dev/runner.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#ir ⇒ Object
Returns the value of attribute ir.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
6 7 8 |
# File 'lib/kumi/dev/runner.rb', line 6 def errors @errors end |
#ir ⇒ Object
Returns the value of attribute ir
6 7 8 |
# File 'lib/kumi/dev/runner.rb', line 6 def ir @ir end |
#state ⇒ Object
Returns the value of attribute state
6 7 8 |
# File 'lib/kumi/dev/runner.rb', line 6 def state @state end |
Instance Method Details
#ok? ⇒ Boolean
7 8 9 |
# File 'lib/kumi/dev/runner.rb', line 7 def ok? errors.empty? end |