Class: Benchmark::Driver::Configuration::Executable
- Inherits:
-
Struct
- Object
- Struct
- Benchmark::Driver::Configuration::Executable
- Defined in:
- lib/benchmark/driver/configuration.rb
Overview
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
25 26 27 |
# File 'lib/benchmark/driver/configuration.rb', line 25 def command @command end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/benchmark/driver/configuration.rb', line 25 def name @name end |