Class: Quandl::Command::Task

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Validations, Callbacks, Clientable, Commandable, Configurable, Dependable, Inputable, Logging, Presentation, Reportable, Threading, Translations, Updatable, Validations
Defined in:
lib/quandl/command/task.rb,
lib/quandl/command/task/logging.rb,
lib/quandl/command/task/callbacks.rb,
lib/quandl/command/task/inputable.rb,
lib/quandl/command/task/threading.rb,
lib/quandl/command/task/updatable.rb,
lib/quandl/command/task/clientable.rb,
lib/quandl/command/task/dependable.rb,
lib/quandl/command/task/reportable.rb,
lib/quandl/command/task/commandable.rb,
lib/quandl/command/task/validations.rb,
lib/quandl/command/task/configurable.rb,
lib/quandl/command/task/presentation.rb,
lib/quandl/command/task/translations.rb

Defined Under Namespace

Modules: Callbacks, Clientable, Commandable, Configurable, Dependable, Inputable, Logging, Presentation, Reportable, Threading, Translations, Updatable, Validations

Constant Summary

Constants included from Updatable

Updatable::VERSION_URL

Method Summary

Methods included from Inputable

#args_or_stdin, #each_line_in_background, #file_or_stdin

Methods included from Reportable

#ask_to_send_crash_reports, #call

Methods included from Clientable

#current_user

Methods included from Updatable

#check_for_update, #check_for_update_once_daily

Methods included from Threading

#await_thread_pool_lock!, #background_job, #exiting?, #force_load_json_support, #mutex, #obtain_thread_pool_lock, #release_thread_pool_lock, #shutdown_thread_pool_on_sigint, #thread_pool, #thread_pool_locked?, #thread_pool_locks, #threads, #threads?

Methods included from Presentation

#present

Methods included from Logging

#configure_logger, #debug, #error, #fatal, #info, #initialize_logger, #log_request_time, #logger, #start_request_timer, #stderr_logger, #summarize, #summarize_hash, #table

Methods included from Commandable

#execute, #initialize

Methods included from Validations

#run_task_validations!

Methods included from Callbacks

#call

Methods included from Configurable

#ask_for_confirmation!, #config, #confirmed?, #declared_params, #force_yes?, #page, #trace?, #verbose?