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
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/benchmark/driver/configuration.rb', line 25 def name @name end |
#path ⇒ Object
Returns the value of attribute path
25 26 27 |
# File 'lib/benchmark/driver/configuration.rb', line 25 def path @path end |