Sha256: 01722d8e39d7db645de66b5c65a068598eb600e929e54795e3bd558d93bfe860

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

module Barometer
  module WeatherService
    class Yahoo
      class Response
        class TimeZone < WeatherService::Response::TimeZone
          private

          def time_zone
            payload.using(/ ([A-Z]+)$/).fetch('item', 'pubDate')
          end
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
barometer-0.9.6 lib/barometer/weather_services/yahoo/response/timezone.rb
barometer-0.9.5 lib/barometer/weather_services/yahoo/response/timezone.rb
barometer-0.9.4 lib/barometer/weather_services/yahoo/response/timezone.rb
barometer-0.9.3 lib/barometer/weather_services/yahoo/response/timezone.rb
barometer-0.9.2 lib/barometer/weather_services/yahoo/response/timezone.rb
barometer-0.9.1 lib/barometer/weather_services/yahoo/response/timezone.rb
barometer-0.9.0 lib/barometer/weather_services/yahoo/response/timezone.rb