Exception: Gjp::ExecutableNotFoundError
- Inherits:
-
Exception
- Object
- Exception
- Gjp::ExecutableNotFoundError
- Defined in:
- lib/gjp/kit_runner.rb
Instance Attribute Summary collapse
-
#executable ⇒ Object
readonly
Returns the value of attribute executable.
Instance Method Summary collapse
-
#initialize(executable) ⇒ ExecutableNotFoundError
constructor
A new instance of ExecutableNotFoundError.
Constructor Details
#initialize(executable) ⇒ ExecutableNotFoundError
Returns a new instance of ExecutableNotFoundError.
41 42 43 |
# File 'lib/gjp/kit_runner.rb', line 41 def initialize(executable) @executable = executable end |
Instance Attribute Details
#executable ⇒ Object (readonly)
Returns the value of attribute executable.
39 40 41 |
# File 'lib/gjp/kit_runner.rb', line 39 def executable @executable end |