Class: Pindo::Command::Gplay::Metadata

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Metadata

Returns a new instance of Metadata.



46
47
48
49
50
51
# File 'lib/pindo/command/gplay/metadata.rb', line 46

def initialize(argv)

        @args_download_name = argv.option('download')

    super
end

Class Method Details

.optionsObject



40
41
42
43
44
# File 'lib/pindo/command/gplay/metadata.rb', line 40

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

Instance Method Details

#runObject



54
55
56
# File 'lib/pindo/command/gplay/metadata.rb', line 54

def run

end