Class: Rack::DevInsight::Result::Sql::CrudAggregations::CrudAggregation
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Sql::CrudAggregations::CrudAggregation
- Defined in:
- lib/rack/dev_insight/result/sql/crud_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.
-
#table ⇒ Object
Returns the value of attribute table.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/crud_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/crud_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/crud_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/crud_aggregations.rb', line 8 def query_ids @query_ids end |
#table ⇒ Object
Returns the value of attribute table
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/crud_aggregations.rb', line 8 def table @table end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/crud_aggregations.rb', line 8 def type @type end |