class WeatherGov::Identifier::Problem

Public Class Methods

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