Class: SqlGenius::Core::Analysis::UnusedIndexes::Result
- Inherits:
-
Struct
- Object
- Struct
- SqlGenius::Core::Analysis::UnusedIndexes::Result
- Defined in:
- lib/sql_genius/core/analysis/unused_indexes.rb
Instance Attribute Summary collapse
-
#indexes ⇒ Object
Returns the value of attribute indexes.
-
#min_scans ⇒ Object
Returns the value of attribute min_scans.
-
#stats_reset_at ⇒ Object
Returns the value of attribute stats_reset_at.
Instance Attribute Details
#indexes ⇒ Object
Returns the value of attribute indexes
26 27 28 |
# File 'lib/sql_genius/core/analysis/unused_indexes.rb', line 26 def indexes @indexes end |
#min_scans ⇒ Object
Returns the value of attribute min_scans
26 27 28 |
# File 'lib/sql_genius/core/analysis/unused_indexes.rb', line 26 def min_scans @min_scans end |
#stats_reset_at ⇒ Object
Returns the value of attribute stats_reset_at
26 27 28 |
# File 'lib/sql_genius/core/analysis/unused_indexes.rb', line 26 def stats_reset_at @stats_reset_at end |