Class: ActiveRecord::SqlAnalyzer::Monkeypatches::Query::QueryAnalyzerCall
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::SqlAnalyzer::Monkeypatches::Query::QueryAnalyzerCall
- Defined in:
- lib/active_record/sql_analyzer/monkeypatches/query.rb
Instance Attribute Summary collapse
-
#caller ⇒ Object
Returns the value of attribute caller.
-
#sql ⇒ Object
Returns the value of attribute sql.
Instance Attribute Details
#caller ⇒ Object
Returns the value of attribute caller
7 8 9 |
# File 'lib/active_record/sql_analyzer/monkeypatches/query.rb', line 7 def caller @caller end |
#sql ⇒ Object
Returns the value of attribute sql
7 8 9 |
# File 'lib/active_record/sql_analyzer/monkeypatches/query.rb', line 7 def sql @sql end |