module Cloudphoto::Help

Public Class Methods

help_download() click to toggle source
# File lib/cloudphoto/help.rb, line 23
    def help_download
      <<~HELP
        cloudphoto download -p path -a album
        Download all photos from **album** album to **path** directory
      HELP
    end
help_list() click to toggle source
# File lib/cloudphoto/help.rb, line 30
    def help_list
      <<~HELP
        cloudphoto list -a album
        List available photos in **album** album
      HELP
    end
help_upload() click to toggle source
# File lib/cloudphoto/help.rb, line 16
    def help_upload
      <<~HELP
        cloudphoto upload -p path -a album
        Upload all photos in **path** directory to **album** album
      HELP
    end

Private Instance Methods

help_download() click to toggle source
# File lib/cloudphoto/help.rb, line 23
    def help_download
      <<~HELP
        cloudphoto download -p path -a album
        Download all photos from **album** album to **path** directory
      HELP
    end
help_list() click to toggle source
# File lib/cloudphoto/help.rb, line 30
    def help_list
      <<~HELP
        cloudphoto list -a album
        List available photos in **album** album
      HELP
    end
help_upload() click to toggle source
# File lib/cloudphoto/help.rb, line 16
    def help_upload
      <<~HELP
        cloudphoto upload -p path -a album
        Upload all photos in **path** directory to **album** album
      HELP
    end