Class: RSQL::EvalResults

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

Instance Attribute Summary collapse

Instance Attribute Details

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



36
37
38
# File 'lib/rsql/commands.rb', line 36

def stdout
  @stdout
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



36
37
38
# File 'lib/rsql/commands.rb', line 36

def value
  @value
end