Class: QuickBenchmark::TimeTest
- Inherits:
-
Struct
- Object
- Struct
- QuickBenchmark::TimeTest
- Defined in:
- lib/quick_benchmark.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
7 8 9 |
# File 'lib/quick_benchmark.rb', line 7 def label @label end |
#method ⇒ Object
Returns the value of attribute method
7 8 9 |
# File 'lib/quick_benchmark.rb', line 7 def method @method end |