Class: RailsConsolePro::ProfileResult::DuplicateQuery

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_console_pro/profile_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



15
16
17
# File 'lib/rails_console_pro/profile_result.rb', line 15

def count
  @count
end

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



15
16
17
# File 'lib/rails_console_pro/profile_result.rb', line 15

def fingerprint
  @fingerprint
end

#sqlObject

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



15
16
17
# File 'lib/rails_console_pro/profile_result.rb', line 15

def sql
  @sql
end

#total_duration_msObject

Returns the value of attribute total_duration_ms

Returns:

  • (Object)

    the current value of total_duration_ms



15
16
17
# File 'lib/rails_console_pro/profile_result.rb', line 15

def total_duration_ms
  @total_duration_ms
end