Class: Pindo::Command::Appstore::Upload
- Inherits:
-
Pindo::Command::Appstore
- Object
- CLAide::Command
- Pindo::Command
- Pindo::Command::Appstore
- Pindo::Command::Appstore::Upload
- Defined in:
- lib/pindo/command/appstore/upload.rb
Constant Summary
Constants inherited from Pindo::Command
DEFAULT_OPTIONS, DEFAULT_ROOT_OPTIONS
Instance Attribute Summary
Attributes inherited from Pindo::Command
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Upload
constructor
A new instance of Upload.
- #run ⇒ Object
Methods inherited from Pindo::Command
command_name, #initialize_options, run, use_cache?, #validate!
Methods included from Funlog::Mixin
Methods included from Pindoconfig::Mixin
Constructor Details
#initialize(argv) ⇒ Upload
Returns a new instance of Upload.
42 43 44 45 |
# File 'lib/pindo/command/appstore/upload.rb', line 42 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
35 36 37 38 39 40 |
# File 'lib/pindo/command/appstore/upload.rb', line 35 def self. [ ].concat(super) end |
Instance Method Details
#run ⇒ Object
47 48 49 |
# File 'lib/pindo/command/appstore/upload.rb', line 47 def run end |