class WeatherGov::Identifier::Station

Public Class Methods

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