Class: Pindo::Command::Gplay::Iap

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

Constant Summary

Constants inherited from Pindo::Command

DEFAULT_OPTIONS, DEFAULT_ROOT_OPTIONS

Instance Attribute Summary

Attributes inherited from Pindo::Command

#args_help_flag

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Pindo::Command

command_name, #initialize_options, run, use_cache?, #validate!

Methods included from Funlog::Mixin

#pindo_log_instance

Methods included from Pindoconfig::Mixin

#pindo_single_config

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

.optionsObject



38
39
40
41
42
# File 'lib/pindo/command/gplay/iap.rb', line 38

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

Instance Method Details

#runObject



52
53
54
# File 'lib/pindo/command/gplay/iap.rb', line 52

def run

end