Class: GHTRetrieveRepos

Inherits:
MultiprocessQueueClient show all
Defined in:
lib/ghtorrent/commands/ght_retrieve_repos.rb

Constant Summary

Constants included from GHTorrent::Settings

GHTorrent::Settings::CONFIGKEYS, GHTorrent::Settings::DEFAULTS

Instance Method Summary collapse

Methods inherited from MultiprocessQueueClient

#go, #prepare_options, #validate

Methods included from GHTorrent::Logging

#debug, #error, #info, #loggerr, #warn

Methods included from GHTorrent::Settings

#config, #merge, #merge_config_values, #override_config, #settings

Methods included from GHTorrent::Utils

included, #read_value, #user_type, #write_value

Methods inherited from GHTorrent::Command

#command_name, #go, #override_config, #prepare_options, #process_options, #queue_client, run, #validate, #version

Instance Method Details

#clazzObject



11
12
13
# File 'lib/ghtorrent/commands/ght_retrieve_repos.rb', line 11

def clazz
  GHTRepoRetriever
end