Class: GroongaQueryLog::Command::CheckPerformanceRegression::OperationSet

Inherits:
Object
  • Object
show all
Defined in:
lib/groonga-query-log/command/check-performance-regression.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(names, statistics) ⇒ OperationSet

Returns a new instance of OperationSet.



282
283
284
285
# File 'lib/groonga-query-log/command/check-performance-regression.rb', line 282

def initialize(names, statistics)
  @names = names
  @statistics = statistics
end

Instance Attribute Details

#namesObject (readonly)

Returns the value of attribute names.



280
281
282
# File 'lib/groonga-query-log/command/check-performance-regression.rb', line 280

def names
  @names
end

#statisticsObject (readonly)

Returns the value of attribute statistics.



281
282
283
# File 'lib/groonga-query-log/command/check-performance-regression.rb', line 281

def statistics
  @statistics
end