Module: MiniMagick
- Defined in:
- lib/mini_magick.rb
Defined Under Namespace
Classes: CommandBuilder, Error, Image, Invalid
Class Attribute Summary collapse
-
.processor ⇒ Object
Returns the value of attribute processor.
-
.timeout ⇒ Object
Returns the value of attribute timeout.
-
.use_subexec ⇒ Object
Returns the value of attribute use_subexec.
Class Attribute Details
.processor ⇒ Object
Returns the value of attribute processor.
5 6 7 |
# File 'lib/mini_magick.rb', line 5 def processor @processor end |
.timeout ⇒ Object
Returns the value of attribute timeout.
7 8 9 |
# File 'lib/mini_magick.rb', line 7 def timeout @timeout end |
.use_subexec ⇒ Object
Returns the value of attribute use_subexec.
6 7 8 |
# File 'lib/mini_magick.rb', line 6 def use_subexec @use_subexec end |