Class: Dratools::Commands::GetCommand

Inherits:
BaseCommand show all
Defined in:
lib/dratools/commands/get_command.rb

Overview

実際にファイルをダウンロードする。

Constant Summary collapse

DEFAULT_OUTPUT_DIRECTORY =
DownloadService::DEFAULT_OUTPUT_DIRECTORY
DOWNLOAD_SUCCESS_PREFIX =
'Downloaded'
DOWNLOAD_SKIPPED_PREFIX =
'Skipped'

Constants inherited from BaseCommand

BaseCommand::DEFAULT_FILE_TYPE, BaseCommand::DEFAULT_PROTOCOL, BaseCommand::FAILURE_EXIT_STATUS, BaseCommand::MISSING_VALUE, BaseCommand::SUCCESS_EXIT_STATUS, BaseCommand::VALID_FILE_TYPES, BaseCommand::VALID_PROTOCOLS

Method Summary

Methods inherited from BaseCommand

#initialize, #run

Constructor Details

This class inherits a constructor from Dratools::Commands::BaseCommand