Class: Benchmark::Driver::Configuration::OutputOptions
- Inherits:
-
Struct
- Object
- Struct
- Benchmark::Driver::Configuration::OutputOptions
- Defined in:
- lib/benchmark/driver/configuration.rb
Overview
Instance Attribute Summary collapse
-
#compare ⇒ Object
Returns the value of attribute compare.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#compare ⇒ Object
Returns the value of attribute compare
57 58 59 |
# File 'lib/benchmark/driver/configuration.rb', line 57 def compare @compare end |
#type ⇒ Object
Returns the value of attribute type
57 58 59 |
# File 'lib/benchmark/driver/configuration.rb', line 57 def type @type end |