Class: CandyCheck::CLI::App

Inherits:
Thor
  • Object
show all
Defined in:
lib/candy_check/cli/app.rb

Overview

Main class for the executable ‘candy_check’

Examples:

$ candy_check help

Instance Method Summary collapse

Instance Method Details

#app_store(receipt) ⇒ Object



22
23
24
# File 'lib/candy_check/cli/app.rb', line 22

def app_store(receipt)
  Commands::AppStore.run(receipt, options)
end

#play_store(package, product_id, token) ⇒ Object



52
53
54
# File 'lib/candy_check/cli/app.rb', line 52

def play_store(package, product_id, token)
  Commands::PlayStore.run(package, product_id, token, options)
end

#versionObject



57
58
59
# File 'lib/candy_check/cli/app.rb', line 57

def version
  Commands::Version.run
end