Class: Barometer::WeatherService::Response::TimeZone
- Inherits:
-
Object
- Object
- Barometer::WeatherService::Response::TimeZone
- Defined in:
- lib/barometer/weather_services/response/time_zone.rb
Direct Known Subclasses
WundergroundV1::Response::FullTimeZone, WundergroundV1::Response::TimeZone
Instance Method Summary collapse
-
#initialize(payload) ⇒ TimeZone
constructor
A new instance of TimeZone.
- #parse ⇒ Object
Constructor Details
#initialize(payload) ⇒ TimeZone
Returns a new instance of TimeZone.
5 6 7 |
# File 'lib/barometer/weather_services/response/time_zone.rb', line 5 def initialize(payload) @payload = payload end |