Class: RailsPulse::Queries::Charts::QueryPerformance
- Inherits:
-
Charts::PercentileChartBase
- Object
- Charts::PercentileChartBase
- RailsPulse::Queries::Charts::QueryPerformance
- Defined in:
- app/models/rails_pulse/queries/charts/query_performance.rb
Instance Method Summary collapse
-
#initialize(query: nil, **kwargs) ⇒ QueryPerformance
constructor
A new instance of QueryPerformance.
Methods inherited from Charts::PercentileChartBase
Constructor Details
#initialize(query: nil, **kwargs) ⇒ QueryPerformance
Returns a new instance of QueryPerformance.
5 6 7 |
# File 'app/models/rails_pulse/queries/charts/query_performance.rb', line 5 def initialize(query: nil, **kwargs) super(subject: query, **kwargs) end |