Class: WeatherForecasts::Client::HelpConsole

Inherits:
Object
  • Object
show all
Defined in:
lib/weather_forecasts/client/help_console.rb

Instance Method Summary collapse

Instance Method Details

#display_welcomeObject



4
5
6
# File 'lib/weather_forecasts/client/help_console.rb', line 4

def display_welcome
  puts "Use the `WeatherForecasts.client` object to start making API calls."
end