class WeatherGov::Identifier::CountyZone

Public Class Methods

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