Module: MiniMagick

Defined in:
lib/mini_magick.rb

Defined Under Namespace

Classes: CommandBuilder, Error, Image, Invalid

Class Attribute Summary collapse

Class Attribute Details

.processorObject

Returns the value of attribute processor.



5
6
7
# File 'lib/mini_magick.rb', line 5

def processor
  @processor
end

.timeoutObject

Returns the value of attribute timeout.



7
8
9
# File 'lib/mini_magick.rb', line 7

def timeout
  @timeout
end

.use_subexecObject

Returns the value of attribute use_subexec.



6
7
8
# File 'lib/mini_magick.rb', line 6

def use_subexec
  @use_subexec
end