Class: CandyCheck::CLI::App
- Inherits:
-
Thor
- Object
- Thor
- CandyCheck::CLI::App
- Defined in:
- lib/candy_check/cli/app.rb
Overview
Main class for the executable ‘candy_check’
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, ) 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, ) end |
#version ⇒ Object
57 58 59 |
# File 'lib/candy_check/cli/app.rb', line 57 def version Commands::Version.run end |