Class: Pindo::Command::Gplay::Upload

Inherits:
Pindo::Command::Gplay show all
Defined in:
lib/pindo/command/gplay/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.



44
45
46
47
# File 'lib/pindo/command/gplay/upload.rb', line 44

def initialize(argv)

    super
end

Class Method Details

.optionsObject



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

def self.options
    [


    ].concat(super)
end

Instance Method Details

#runObject



49
50
51
# File 'lib/pindo/command/gplay/upload.rb', line 49

def run

end