Class: Browserctl::StepResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/browserctl/workflow.rb', line 9

def error
  @error
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/browserctl/workflow.rb', line 9

def name
  @name
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



9
10
11
# File 'lib/browserctl/workflow.rb', line 9

def ok
  @ok
end