Class: Browserctl::StepResult
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::StepResult
- Defined in:
- lib/browserctl/workflow.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def error @error end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def name @name end |
#ok ⇒ Object
Returns the value of attribute ok
9 10 11 |
# File 'lib/browserctl/workflow.rb', line 9 def ok @ok end |