Module: Thumbo::ClassMethod

Defined in:
lib/thumbo.rb

Instance Method Summary collapse

Instance Method Details

#thumbo_commonObject



39
40
41
# File 'lib/thumbo.rb', line 39

def thumbo_common
  {}
end

#thumbo_labelsObject



47
48
49
# File 'lib/thumbo.rb', line 47

def thumbo_labels
  {}
end

#thumbo_squareObject



43
44
45
# File 'lib/thumbo.rb', line 43

def thumbo_square
  {}
end

#thumbo_storageObject



32
33
34
35
36
37
# File 'lib/thumbo.rb', line 32

def thumbo_storage
  @thumbo_storage ||= begin
    require 'thumbo/storages/filesystem'
    Thumbo::Filesystem.new
  end
end