Class: Results::Because

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



224
225
226
# File 'lib/results.rb', line 224

def error
  @error
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



224
225
226
# File 'lib/results.rb', line 224

def input
  @input
end