Class: Pindo::Command::Appstore::Upload

Inherits:
Pindo::Command::Appstore show all
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

#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) ⇒ 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

.optionsObject



35
36
37
38
39
40
# File 'lib/pindo/command/appstore/upload.rb', line 35

def self.options
    [


    ].concat(super)
end

Instance Method Details

#runObject



47
48
49
# File 'lib/pindo/command/appstore/upload.rb', line 47

def run

end