Class: SQLCompiler::CompilerResult
- Inherits:
-
Struct
- Object
- Struct
- SQLCompiler::CompilerResult
- Defined in:
- lib/sql_compiler.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#effective_values ⇒ Object
Returns the value of attribute effective_values.
-
#error ⇒ Object
Returns the value of attribute error.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'lib/sql_compiler.rb', line 4 def body @body end |
#effective_values ⇒ Object
Returns the value of attribute effective_values
4 5 6 |
# File 'lib/sql_compiler.rb', line 4 def effective_values @effective_values end |
#error ⇒ Object
Returns the value of attribute error
4 5 6 |
# File 'lib/sql_compiler.rb', line 4 def error @error end |