Class: Browserctl::StepResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



73
74
75
# File 'lib/browserctl/workflow.rb', line 73

def error
  @error
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



73
74
75
# File 'lib/browserctl/workflow.rb', line 73

def name
  @name
end

#okObject (readonly)

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



73
74
75
# File 'lib/browserctl/workflow.rb', line 73

def ok
  @ok
end