Class: MakeGallery::Thor

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/make_gallery.rb

Instance Method Summary collapse

Instance Method Details

#thumbsObject



38
39
40
41
42
# File 'lib/make_gallery.rb', line 38

def thumbs
  MakeGallery::Command.new(:thumbs, options).process_images
rescue MakeGallery::Exception => e
  return e.to_s
end

#webObject



57
58
59
60
61
# File 'lib/make_gallery.rb', line 57

def web
  MakeGallery::Command.new(:web, options).process_images
rescue MakeGallery::Exception => e
  return e.to_s
end