Class: Browserctl::CallableDefinition::StepDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/browserctl/callable_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



24
25
26
# File 'lib/browserctl/callable_definition.rb', line 24

def block
  @block
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



24
25
26
# File 'lib/browserctl/callable_definition.rb', line 24

def label
  @label
end

#retry_countObject

Returns the value of attribute retry_count

Returns:

  • (Object)

    the current value of retry_count



24
25
26
# File 'lib/browserctl/callable_definition.rb', line 24

def retry_count
  @retry_count
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



24
25
26
# File 'lib/browserctl/callable_definition.rb', line 24

def timeout
  @timeout
end