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