Class: Browserctl::StepDef
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::StepDef
- Defined in:
- lib/browserctl/workflow.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#label ⇒ Object
Returns the value of attribute label.
-
#retry_count ⇒ Object
Returns the value of attribute retry_count.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
11 12 13 |
# File 'lib/browserctl/workflow.rb', line 11 def block @block end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/browserctl/workflow.rb', line 11 def label @label end |
#retry_count ⇒ Object
Returns the value of attribute retry_count
11 12 13 |
# File 'lib/browserctl/workflow.rb', line 11 def retry_count @retry_count end |
#timeout ⇒ Object
Returns the value of attribute timeout
11 12 13 |
# File 'lib/browserctl/workflow.rb', line 11 def timeout @timeout end |