Class: Benchmark::Driver::Configuration::OutputOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/benchmark/driver/configuration.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compareObject

Returns the value of attribute compare

Returns:

  • (Object)

    the current value of compare



57
58
59
# File 'lib/benchmark/driver/configuration.rb', line 57

def compare
  @compare
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



57
58
59
# File 'lib/benchmark/driver/configuration.rb', line 57

def type
  @type
end