Class: Rack::DevInsight::Result::Sql::NormalizedAggregations::NormalizedAggregation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/dev_insight/result/sql/normalized_aggregations.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



8
9
10
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8

def count
  @count
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



8
9
10
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8

def id
  @id
end

#query_idsObject

Returns the value of attribute query_ids

Returns:

  • (Object)

    the current value of query_ids



8
9
10
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8

def query_ids
  @query_ids
end

#statementObject

Returns the value of attribute statement

Returns:

  • (Object)

    the current value of statement



8
9
10
# File 'lib/rack/dev_insight/result/sql/normalized_aggregations.rb', line 8

def statement
  @statement
end