Class: Benchmark::Driver::Configuration::Executable

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • the current value of command



25
26
27
# File 'lib/benchmark/driver/configuration.rb', line 25

def command
  @command
end

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



25
26
27
# File 'lib/benchmark/driver/configuration.rb', line 25

def name
  @name
end