Exception: Gjp::ExecutableNotFoundError

Inherits:
Exception
  • Object
show all
Defined in:
lib/gjp/kit_runner.rb

Overview

an executable from the kit was not found

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(executable) ⇒ ExecutableNotFoundError

Returns a new instance of ExecutableNotFoundError.



39
40
41
# File 'lib/gjp/kit_runner.rb', line 39

def initialize(executable)
  @executable = executable
end

Instance Attribute Details

#executableObject (readonly)

Returns the value of attribute executable.



37
38
39
# File 'lib/gjp/kit_runner.rb', line 37

def executable
  @executable
end