Class: Rack::DevInsight::Result::Sql::NormalizedAggregations::NormalizedAggregation
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Sql::NormalizedAggregations::NormalizedAggregation
- Defined in:
- lib/rack/dev_insight/result/sql/normalized_aggregations.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#query_ids ⇒ Object
Returns the value of attribute query_ids.
-
#statement ⇒ Object
Returns the value of attribute statement.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8 def count @count end |
#duration ⇒ Object
Returns the value of attribute duration
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8 def id @id end |
#query_ids ⇒ Object
Returns the value of attribute query_ids
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8 def query_ids @query_ids end |
#statement ⇒ Object
Returns the value of attribute statement
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8 def statement @statement end |