struct NWSClient::Gridpoints

Defined in:

nws-client/gridpoints/common.cr
nws-client/gridpoints/forecast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(wfo : String, x : Int32, y : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(wfo _wfo = @wfo, x _x = @x, y _y = @y) #

[View source]
def forecast #

[View source]
def hourly_forecast #

[View source]
def raw #

[View source]
def stations #

[View source]
def wfo : String #

def x : Int32 #

def y : Int32 #