module NoaaWeatherClient

Constants

VERSION

Public Class Methods

build_client() click to toggle source
# File lib/noaa_weather_client.rb, line 6
def self.build_client
  Client.new
end