Class: ColumnSifter::Base::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/column_sifter/base/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindsObject

Returns the value of attribute binds.



6
7
8
# File 'lib/column_sifter/base/result.rb', line 6

def binds
  @binds
end

#errorObject

Returns the value of attribute error.



6
7
8
# File 'lib/column_sifter/base/result.rb', line 6

def error
  @error
end

#inputObject

Returns the value of attribute input.



6
7
8
# File 'lib/column_sifter/base/result.rb', line 6

def input
  @input
end

#sql_templateObject

Returns the value of attribute sql_template.



6
7
8
# File 'lib/column_sifter/base/result.rb', line 6

def sql_template
  @sql_template
end