Class: Query::Wrapper
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#_make_table, #all, #as, #initialize, #method_missing, #reproject, #to_sql
Constructor Details
This class inherits a constructor from Query::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Query::Base
Instance Method Details
#_configure(source) ⇒ Object
3 4 5 |
# File 'lib/query/wrapper.rb', line 3 def _configure(source) @arel = source end |