Module: Puertos

Defined in:
lib/parser.rb,
lib/puertos.rb,
lib/wind_data.rb,
lib/row_parser.rb,
lib/swell_data.rb,
lib/puertos/version.rb

Defined Under Namespace

Classes: ForecastData, Parser, RowParser, SwellData, WindData

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.fetcharray

public interface for getting the forecast data

Returns:

  • (array)

    of ForecastData with the next 72 hours of forecast



8
9
10
# File 'lib/puertos.rb', line 8

def self.fetch
  Parser.new.run
end