Class: Barometer::Query::Format::NoaaStationId

Inherits:
Base
  • Object
show all
Defined in:
lib/barometer/query/formats/noaa_station_id.rb

Overview

NOAA Station ID

  • this format cannot be detected, only set explictly

Class Method Summary collapse

Methods inherited from Base

convert_query, geo, regex

Class Method Details

.is?(query) ⇒ Boolean

Returns:

  • (Boolean)


9
# File 'lib/barometer/query/formats/noaa_station_id.rb', line 9

def self.is?(query); false; end