Class: Pindo::Command::Gplay::Iap
- Inherits:
-
Pindo::Command::Gplay
- Object
- Pindo::Command
- Pindo::Command::Gplay
- Pindo::Command::Gplay::Iap
- Defined in:
- lib/pindo/command/gplay/iap.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Iap
constructor
A new instance of Iap.
- #run ⇒ Object
Constructor Details
#initialize(argv) ⇒ Iap
Returns a new instance of Iap.
44 45 46 47 48 49 |
# File 'lib/pindo/command/gplay/iap.rb', line 44 def initialize(argv) @args_download_name = argv.option('download') super end |
Class Method Details
.options ⇒ Object
38 39 40 41 42 |
# File 'lib/pindo/command/gplay/iap.rb', line 38 def self. [ ['--download', '下载app的所有购买项,用法:pindo appstore iap --download'], ].concat(super) end |
Instance Method Details
#run ⇒ Object
52 53 54 |
# File 'lib/pindo/command/gplay/iap.rb', line 52 def run end |