Module: Dragonfly::ImageMagick::Utils

Includes:
Configurable, Loggable, Shell
Included in:
Analyser, Encoder, Generator, Processor
Defined in:
lib/dragonfly/image_magick/utils.rb

Instance Attribute Summary

Attributes included from Loggable

#log_object

Configuration Summary

Configurable attributes

Configurable attributes for an object in general object can be configured either by using something like
  object.configure do |c|
    c.some_configurable_attribute = "some value"
    c.some_other_configurable_attribute = 42
    ...
  end
or
  object.some_configurable_attribute = "some value"

Configurable attributes for instances of Dragonfly::ImageMagick::Utils

Method Summary

Methods included from Configurable

included

Methods included from Loggable

#log, #log=, #use_same_log_as

Methods included from Shell

#escape_args, #quote, #raise_shell_command_failed, #run