Class: Pindo::Command::Appstore::Iap

Inherits:
Pindo::Command::Appstore show all
Defined in:
lib/pindo/command/gplay/iap.rb,
lib/pindo/command/appstore/iap.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Iap

Returns a new instance of Iap.



28
29
30
31
32
33
# File 'lib/pindo/command/gplay/iap.rb', line 28

def initialize(argv)

    @args_download_name = argv.option('download')
    
    super
end

Class Method Details

.optionsObject



22
23
24
25
26
# File 'lib/pindo/command/gplay/iap.rb', line 22

def self.options
    [
        ['--download', '下载app的所有购买项,用法:pindo appstore iap --download'],
    ].concat(super)
end

Instance Method Details

#runObject



36
37
38
# File 'lib/pindo/command/gplay/iap.rb', line 36

def run

end