class JiraCli::OutputError

Attributes

actual_output[R]

Public Class Methods

new(msg, actual_output) click to toggle source
Calls superclass method
# File lib/jira_cli/output_error.rb, line 5
def initialize msg, actual_output
  @actual_output = actual_output
  super msg
end