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