Class: ActiveRecord::SqlAnalyzer::Monkeypatches::Query::QueryAnalyzerCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/sql_analyzer/monkeypatches/query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callerObject

Returns the value of attribute caller



7
8
9
# File 'lib/active_record/sql_analyzer/monkeypatches/query.rb', line 7

def caller
  @caller
end

#sqlObject

Returns the value of attribute sql



7
8
9
# File 'lib/active_record/sql_analyzer/monkeypatches/query.rb', line 7

def sql
  @sql
end