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



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

def error
  @error
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



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

def ok
  @ok
end