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

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#effective_valuesObject

Returns the value of attribute effective_values

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end