class Soxi::Wrapper::SoxiFailedError
Attributes
filename[R]
option[R]
std_err[R]
std_out[R]
Public Class Methods
new(std_err: nil, std_out: nil, option: nil, filename: nil)
click to toggle source
# File lib/soxi/wrapper/soxi_failed_error.rb, line 5 def initialize(std_err: nil, std_out: nil, option: nil, filename: nil) @std_err = std_err @std_out = std_out @option = option @filename = filename end