Module: Cdss::Parsers::StationParser

Extended by:
BaseParser
Defined in:
lib/cdss/parsers/station_parser.rb

Class Method Summary collapse

Methods included from BaseParser

parse_collection

Methods included from Utils

#batch_dates, #build_query, #fetch_paginated_data, #format_date, #format_query_param, #parse_timestamp, #safe_float, #safe_integer

Class Method Details

.parse_stations(response) ⇒ Object



9
10
11
# File 'lib/cdss/parsers/station_parser.rb', line 9

def parse_stations(response)
  parse_collection(response)
end