class NWSClient::GridpointsForecast::Properties::Period

Included Modules

Defined in:

types/gridpoints_forecast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def detailed_forecast : String #

[View source]
def end_time : String #

[View source]
def icon : String #

[View source]
def is_daytime : Bool #

[View source]
def name : String #

[View source]
def number : Int64 #

[View source]
def short_forecast : String #

[View source]
def start_time : String #

[View source]
def temperature : Int64 #

[View source]
def temperature_trend : String | Nil #

[View source]
def temperature_unit : String #

[View source]
def wind_direction : String #

[View source]
def wind_speed : String #

[View source]