Class: WeatherSage::CLI::Commands::HourlyCommand
- Inherits:
-
BaseForecastCommand
- Object
- Command
- BaseForecastCommand
- WeatherSage::CLI::Commands::HourlyCommand
- Defined in:
- lib/weather-sage/cli/commands/hourly.rb
Overview
Implementation of hourly command.
Constant Summary collapse
- HELP =
Help for this command.
Used by the help command.
{ line: ' Get hourly weather forecast for address. '.strip, full: [ 'Get hourly weather forecast for address.', '', 'Use --full to see additional columns.', ].join("\n") }.freeze
- FORECAST_METHOD =
Forecast method.
Used by BaseForecastCommand to call correct forecast method.
:hourly_forecast
Method Summary
Methods inherited from BaseForecastCommand
Methods inherited from Command
Constructor Details
This class inherits a constructor from WeatherSage::CLI::Commands::BaseForecastCommand