Class: Browserctl::FlowStepDef
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::FlowStepDef
- Defined in:
- lib/browserctl/flow.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
9 10 11 |
# File 'lib/browserctl/flow.rb', line 9 def block @block end |
#label ⇒ Object
Returns the value of attribute label
9 10 11 |
# File 'lib/browserctl/flow.rb', line 9 def label @label end |
#retry_count ⇒ Object
Returns the value of attribute retry_count
9 10 11 |
# File 'lib/browserctl/flow.rb', line 9 def retry_count @retry_count end |
#timeout ⇒ Object
Returns the value of attribute timeout
9 10 11 |
# File 'lib/browserctl/flow.rb', line 9 def timeout @timeout end |