Class: Barometer::Query::Format::NoaaStationId
- 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
Class Method Details
.is?(query) ⇒ Boolean
9 |
# File 'lib/barometer/query/formats/noaa_station_id.rb', line 9 def self.is?(query); false; end |