Module: Barometer::Query

Defined in:
lib/barometer/query.rb,
lib/barometer/query/base.rb,
lib/barometer/query/format.rb,
lib/barometer/query/service.rb,
lib/barometer/query/converter.rb,
lib/barometer/query/formats/base.rb,
lib/barometer/query/formats/icao.rb,
lib/barometer/query/formats/woe_id.rb,
lib/barometer/query/formats/geocode.rb,
lib/barometer/query/formats/unknown.rb,
lib/barometer/query/formats/zipcode.rb,
lib/barometer/query/formats/postalcode.rb,
lib/barometer/query/formats/weather_id.rb,
lib/barometer/query/services/to_woe_id.rb,
lib/barometer/query/formats/coordinates.rb,
lib/barometer/query/converters/to_woe_id.rb,
lib/barometer/query/formats/ipv4_address.rb,
lib/barometer/query/converters/to_geocode.rb,
lib/barometer/query/formats/short_zipcode.rb,
lib/barometer/query/services/to_weather_id.rb,
lib/barometer/query/services/yahoo_geocode.rb,
lib/barometer/query/formats/noaa_station_id.rb,
lib/barometer/query/services/google_geocode.rb,
lib/barometer/query/converters/to_weather_id.rb,
lib/barometer/query/services/apis/weather_id.rb,
lib/barometer/query/services/from_weather_id.rb,
lib/barometer/query/services/noaa_station_id.rb,
lib/barometer/query/services/apis/noaa_station.rb,
lib/barometer/query/services/geonames_timezone.rb,
lib/barometer/query/services/apis/yahoo_weather.rb,
lib/barometer/query/services/apis/google_geocode.rb,
lib/barometer/query/services/wunderground_timezone.rb,
lib/barometer/query/services/apis/geonames_timezone.rb,
lib/barometer/query/services/apis/yahoo_placefinder.rb,
lib/barometer/query/services/apis/wunderground_timezone.rb,
lib/barometer/query/converters/from_weather_id_to_geocode.rb,
lib/barometer/query/converters/from_geocode_to_coordinates.rb,
lib/barometer/query/converters/from_short_zipcode_to_zipcode.rb,
lib/barometer/query/converters/from_woe_id_or_ipv4_to_geocode.rb,
lib/barometer/query/converters/from_coordinates_to_noaa_station_id.rb

Defined Under Namespace

Modules: Converter, Format, Service Classes: Base, ConversionNotPossible, UnsupportedRegion

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



30
31
32
# File 'lib/barometer/query.rb', line 30

def self.new(*args)
  Barometer::Query::Base.new(*args)
end