Class: RailsVitals::Analyzers::ExplainAnalyzer::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsVitals::Analyzers::ExplainAnalyzer::Result
- Defined in:
- lib/rails_vitals/analyzers/explain_analyzer.rb
Instance Attribute Summary collapse
-
#actual_time_ms ⇒ Object
Returns the value of attribute actual_time_ms.
-
#error ⇒ Object
Returns the value of attribute error.
-
#interpretation ⇒ Object
Returns the value of attribute interpretation.
-
#plan ⇒ Object
Returns the value of attribute plan.
-
#rows_examined ⇒ Object
Returns the value of attribute rows_examined.
-
#sql ⇒ Object
Returns the value of attribute sql.
-
#suggestions ⇒ Object
Returns the value of attribute suggestions.
-
#total_cost ⇒ Object
Returns the value of attribute total_cost.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#actual_time_ms ⇒ Object
Returns the value of attribute actual_time_ms
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def actual_time_ms @actual_time_ms end |
#error ⇒ Object
Returns the value of attribute error
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def error @error end |
#interpretation ⇒ Object
Returns the value of attribute interpretation
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def interpretation @interpretation end |
#plan ⇒ Object
Returns the value of attribute plan
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def plan @plan end |
#rows_examined ⇒ Object
Returns the value of attribute rows_examined
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def rows_examined @rows_examined end |
#sql ⇒ Object
Returns the value of attribute sql
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def sql @sql end |
#suggestions ⇒ Object
Returns the value of attribute suggestions
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def suggestions @suggestions end |
#total_cost ⇒ Object
Returns the value of attribute total_cost
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def total_cost @total_cost end |
#warnings ⇒ Object
Returns the value of attribute warnings
117 118 119 |
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117 def warnings @warnings end |