Class: SQLCompiler::CompilerResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body



4
5
6
# File 'lib/sql_compiler.rb', line 4

def body
  @body
end

#effective_valuesObject

Returns the value of attribute effective_values



4
5
6
# File 'lib/sql_compiler.rb', line 4

def effective_values
  @effective_values
end

#errorObject

Returns the value of attribute error



4
5
6
# File 'lib/sql_compiler.rb', line 4

def error
  @error
end