Class: ColumnSifter::Base::Result
- Inherits:
-
Object
- Object
- ColumnSifter::Base::Result
- Defined in:
- lib/column_sifter/base/result.rb
Instance Attribute Summary collapse
-
#binds ⇒ Object
Returns the value of attribute binds.
-
#error ⇒ Object
Returns the value of attribute error.
-
#input ⇒ Object
Returns the value of attribute input.
-
#sql_template ⇒ Object
Returns the value of attribute sql_template.
Instance Attribute Details
#binds ⇒ Object
Returns the value of attribute binds.
6 7 8 |
# File 'lib/column_sifter/base/result.rb', line 6 def binds @binds end |
#error ⇒ Object
Returns the value of attribute error.
6 7 8 |
# File 'lib/column_sifter/base/result.rb', line 6 def error @error end |
#input ⇒ Object
Returns the value of attribute input.
6 7 8 |
# File 'lib/column_sifter/base/result.rb', line 6 def input @input end |
#sql_template ⇒ Object
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 |