Exception: Paperclip::PaperclipCommandLineError
- Inherits:
-
PaperclipError
- Object
- StandardError
- PaperclipError
- Paperclip::PaperclipCommandLineError
- Defined in:
- lib/paperclip.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(msg = nil, output = nil) ⇒ PaperclipCommandLineError
constructor
A new instance of PaperclipCommandLineError.
Constructor Details
#initialize(msg = nil, output = nil) ⇒ PaperclipCommandLineError
Returns a new instance of PaperclipCommandLineError.
220 221 222 223 |
# File 'lib/paperclip.rb', line 220 def initialize(msg = nil, output = nil) super(msg) @output = output end |
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
219 220 221 |
# File 'lib/paperclip.rb', line 219 def output @output end |