Class: Browserctl::StepResult
- Inherits:
-
Data
- Object
- Data
- Browserctl::StepResult
- Defined in:
- lib/browserctl/workflow.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#ok ⇒ Object
readonly
Returns the value of attribute ok.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
73 74 75 |
# File 'lib/browserctl/workflow.rb', line 73 def error @error end |
#name ⇒ Object (readonly)
Returns the value of attribute name
73 74 75 |
# File 'lib/browserctl/workflow.rb', line 73 def name @name end |
#ok ⇒ Object (readonly)
Returns the value of attribute ok
73 74 75 |
# File 'lib/browserctl/workflow.rb', line 73 def ok @ok end |