Class: RailsVitals::Analyzers::ExplainAnalyzer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_vitals/analyzers/explain_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actual_time_msObject

Returns the value of attribute actual_time_ms

Returns:

  • (Object)

    the current value of actual_time_ms



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def actual_time_ms
  @actual_time_ms
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def error
  @error
end

#interpretationObject

Returns the value of attribute interpretation

Returns:

  • (Object)

    the current value of interpretation



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def interpretation
  @interpretation
end

#planObject

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def plan
  @plan
end

#rows_examinedObject

Returns the value of attribute rows_examined

Returns:

  • (Object)

    the current value of rows_examined



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def rows_examined
  @rows_examined
end

#sqlObject

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def sql
  @sql
end

#suggestionsObject

Returns the value of attribute suggestions

Returns:

  • (Object)

    the current value of suggestions



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def suggestions
  @suggestions
end

#total_costObject

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def total_cost
  @total_cost
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



117
118
119
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 117

def warnings
  @warnings
end