Class: UnloadedQuery
- Inherits:
-
Object
- Object
- UnloadedQuery
- Defined in:
- lib/appstats/test_unloaded_query.rb
Overview
Do not explicitly load this file - it will be done in a test
Instance Attribute Summary collapse
-
#query ⇒ Object
Returns the value of attribute query.
Instance Method Summary collapse
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
4 5 6 |
# File 'lib/appstats/test_unloaded_query.rb', line 4 def query @query end |
Instance Method Details
#db_connection ⇒ Object
6 7 8 |
# File 'lib/appstats/test_unloaded_query.rb', line 6 def db_connection Appstats.connection end |
#process_query ⇒ Object
5 |
# File 'lib/appstats/test_unloaded_query.rb', line 5 def process_query; end |