Exception: Gjp::ExecutableNotFoundError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#executableObject (readonly)

Returns the value of attribute executable.



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

def executable
  @executable
end