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



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

def block
  @block
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#retry_countObject

Returns the value of attribute retry_count

Returns:

  • (Object)

    the current value of retry_count



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

def retry_count
  @retry_count
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



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

def timeout
  @timeout
end