class Photobox::CLI

Public Instance Methods

cluster() click to toggle source
# File lib/photobox/cli.rb, line 9
def cluster
  Photobox::Photo.cluster
end
info() click to toggle source
# File lib/photobox/cli.rb, line 14
def info
  Photobox::Photo.info
end