class WeatherGov::Identifier::ForecastZone

Public Class Methods

base_uri() click to toggle source
Calls superclass method WeatherGov::Identifier::base_uri
# File lib/weather_gov/identifier/forecast_zone.rb, line 8
def self.base_uri
  URI.join(super, "/zones/forecast/").to_s
end