Class: Browserctl::StepDef

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



12
13
14
# File 'lib/browserctl/workflow.rb', line 12

def block
  @block
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



12
13
14
# File 'lib/browserctl/workflow.rb', line 12

def label
  @label
end

#retry_countObject

Returns the value of attribute retry_count

Returns:

  • (Object)

    the current value of retry_count



12
13
14
# File 'lib/browserctl/workflow.rb', line 12

def retry_count
  @retry_count
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



12
13
14
# File 'lib/browserctl/workflow.rb', line 12

def timeout
  @timeout
end