Exception: CIHelper::Commands::Error
- Inherits:
-
StandardError
- Object
- StandardError
- CIHelper::Commands::Error
- Defined in:
- lib/ci_helper/commands.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
readonly
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(message, output: nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, output: nil) ⇒ Error
Returns a new instance of Error.
8 9 10 11 |
# File 'lib/ci_helper/commands.rb', line 8 def initialize(, output: nil) super() @output = output end |
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output.
6 7 8 |
# File 'lib/ci_helper/commands.rb', line 6 def output @output end |