Exception: HtmlToMarkdown::CLIProxy::CLIExecutionError
- Defined in:
- lib/html_to_markdown/cli_proxy.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
Instance Method Summary collapse
-
#initialize(message, stderr:, status:) ⇒ CLIExecutionError
constructor
A new instance of CLIExecutionError.
Constructor Details
#initialize(message, stderr:, status:) ⇒ CLIExecutionError
Returns a new instance of CLIExecutionError.
17 18 19 20 21 |
# File 'lib/html_to_markdown/cli_proxy.rb', line 17 def initialize(, stderr:, status:) super() @stderr = stderr @status = status end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
15 16 17 |
# File 'lib/html_to_markdown/cli_proxy.rb', line 15 def status @status end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr.
15 16 17 |
# File 'lib/html_to_markdown/cli_proxy.rb', line 15 def stderr @stderr end |