Exception: ScriptCore::ExecutableNotFound
- Defined in:
- lib/script_core/engine_error.rb
Instance Attribute Summary collapse
-
#executable_path ⇒ Object
readonly
Returns the value of attribute executable_path.
Instance Method Summary collapse
-
#initialize(executable_path) ⇒ ExecutableNotFound
constructor
A new instance of ExecutableNotFound.
Constructor Details
#initialize(executable_path) ⇒ ExecutableNotFound
Returns a new instance of ExecutableNotFound.
7 8 9 |
# File 'lib/script_core/engine_error.rb', line 7 def initialize(executable_path) @executable_path = executable_path end |
Instance Attribute Details
#executable_path ⇒ Object (readonly)
Returns the value of attribute executable_path.
5 6 7 |
# File 'lib/script_core/engine_error.rb', line 5 def executable_path @executable_path end |