Class: WeatherGov::Identifier::Problem

Inherits:
WeatherGov::Identifier show all
Defined in:
lib/weather_gov/identifier/problem.rb

Constant Summary

Constants inherited from WeatherGov::Identifier

TYPES

Instance Attribute Summary

Attributes inherited from WeatherGov::Identifier

#uri

Class Method Summary collapse

Methods inherited from WeatherGov::Identifier

#id, #initialize, parse, #to_s

Constructor Details

This class inherits a constructor from WeatherGov::Identifier

Class Method Details

.base_uriObject



8
9
10
# File 'lib/weather_gov/identifier/problem.rb', line 8

def self.base_uri
  URI.join(super, "/problems/").to_s
end