Class: RSQL::EvalResults
- Inherits:
-
Struct
- Object
- Struct
- RSQL::EvalResults
- Defined in:
- lib/rsql/commands.rb
Instance Attribute Summary collapse
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#stdout ⇒ Object
Returns the value of attribute stdout
36 37 38 |
# File 'lib/rsql/commands.rb', line 36 def stdout @stdout end |
#value ⇒ Object
Returns the value of attribute value
36 37 38 |
# File 'lib/rsql/commands.rb', line 36 def value @value end |