Class: RailsConsolePro::ProfileResult::DuplicateQuery
- Inherits:
-
Struct
- Object
- Struct
- RailsConsolePro::ProfileResult::DuplicateQuery
- Defined in:
- lib/rails_console_pro/profile_result.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#sql ⇒ Object
Returns the value of attribute sql.
-
#total_duration_ms ⇒ Object
Returns the value of attribute total_duration_ms.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
15 16 17 |
# File 'lib/rails_console_pro/profile_result.rb', line 15 def count @count end |
#fingerprint ⇒ Object
Returns the value of attribute fingerprint
15 16 17 |
# File 'lib/rails_console_pro/profile_result.rb', line 15 def fingerprint @fingerprint end |
#sql ⇒ Object
Returns the value of attribute sql
15 16 17 |
# File 'lib/rails_console_pro/profile_result.rb', line 15 def sql @sql end |
#total_duration_ms ⇒ Object
Returns the value of attribute total_duration_ms
15 16 17 |
# File 'lib/rails_console_pro/profile_result.rb', line 15 def total_duration_ms @total_duration_ms end |