module Puertos
Constants
- VERSION
Public Class Methods
fetch()
click to toggle source
public interface for getting the forecast data
@return [array] of ForecastData
with the next 72 hours of forecast
# File lib/puertos.rb, line 8 def self.fetch Parser.new.run end