Class: Rack::DevInsight::Result::Sql::CrudAggregations::CrudAggregation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/dev_insight/result/sql/crud_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/crud_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/crud_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/crud_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/crud_aggregations.rb', line 8

def query_ids
  @query_ids
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



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

def table
  @table
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end