Class: QuickBenchmark::TimeTest

Inherits:
Struct
  • Object
show all
Defined in:
lib/quick_benchmark.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



7
8
9
# File 'lib/quick_benchmark.rb', line 7

def label
  @label
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



7
8
9
# File 'lib/quick_benchmark.rb', line 7

def method
  @method
end