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.
142 143 144 145 |
# File 'lib/paperclip.rb', line 142 def initialize(msg = nil, output = nil) super(msg) @output = output end |
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
141 142 143 |
# File 'lib/paperclip.rb', line 141 def output @output end |