Class: Gemchain::Executor::Result
- Inherits:
-
Struct
- Object
- Struct
- Gemchain::Executor::Result
- Defined in:
- lib/gemchain/executor.rb
Instance Attribute Summary collapse
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#released ⇒ Object
Returns the value of attribute released.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#failed ⇒ Object
Returns the value of attribute failed
13 14 15 |
# File 'lib/gemchain/executor.rb', line 13 def failed @failed end |
#released ⇒ Object
Returns the value of attribute released
13 14 15 |
# File 'lib/gemchain/executor.rb', line 13 def released @released end |
#skipped ⇒ Object
Returns the value of attribute skipped
13 14 15 |
# File 'lib/gemchain/executor.rb', line 13 def skipped @skipped end |
#success ⇒ Object
Returns the value of attribute success
13 14 15 |
# File 'lib/gemchain/executor.rb', line 13 def success @success end |