Class: WeatherGov::Identifier::Office
- Inherits:
-
WeatherGov::Identifier
- Object
- WeatherGov::Identifier
- WeatherGov::Identifier::Office
- Defined in:
- lib/weather_gov/identifier/office.rb
Constant Summary
Constants inherited from WeatherGov::Identifier
Instance Attribute Summary
Attributes inherited from WeatherGov::Identifier
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_uri ⇒ Object
8 9 10 |
# File 'lib/weather_gov/identifier/office.rb', line 8 def self.base_uri URI.join(super, "/offices/").to_s end |