Class: Dratools::Commands::UrlCommand

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

Overview

ダウンロード URL を表示する(テキストまたは JSON)。

Constant Summary collapse

TSV_COLUMNS =
%w[run_accession type url size md5].freeze

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