Class: Browserctl::CallableDefinition::StepDef
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::CallableDefinition::StepDef
- Defined in:
- lib/browserctl/callable_definition.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
24 25 26 |
# File 'lib/browserctl/callable_definition.rb', line 24 def block @block end |
#label ⇒ Object
Returns the value of attribute label
24 25 26 |
# File 'lib/browserctl/callable_definition.rb', line 24 def label @label end |
#retry_count ⇒ Object
Returns the value of attribute retry_count
24 25 26 |
# File 'lib/browserctl/callable_definition.rb', line 24 def retry_count @retry_count end |
#timeout ⇒ Object
Returns the value of attribute timeout
24 25 26 |
# File 'lib/browserctl/callable_definition.rb', line 24 def timeout @timeout end |