class NWSClient::ZoneForecast::Feature::Properties

Included Modules

Defined in:

types/zone_forecast.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def _id : String #

[View source]
def _type : String #

[View source]
def barometric_pressure : ValueWithUnit(Float64) #

[View source]
def cloud_layers : Array(CloudLayer) #

[View source]
def dewpoint : ValueWithUnit(Float64) #

[View source]
def elevation : ValueWithUnit(Float64) #

[View source]
def heat_index : ValueWithUnit(Float64) #

[View source]
def icon : String | Nil #

[View source]
def max_temperature_last24_hours : ValueWithUnit(String) #

[View source]
def min_temperature_last24_hours : ValueWithUnit(String) #

[View source]
def precipitation_last3_hours : ValueWithUnit(Float64) #

[View source]
def precipitation_last6_hours : ValueWithUnit(Float64) #

[View source]
def precipitation_last_hour : ValueWithUnit(Float64) #

[View source]
def present_weather : Array(PresentWeather) #

[View source]
def raw_message : String #

[View source]
def relative_humidity : ValueWithUnit(Float64) #

[View source]
def sea_level_pressure : ValueWithUnit(Float64) #

[View source]
def station : String #

[View source]
def temperature : ValueWithUnit(Float64) #

[View source]
def text_description : String #

[View source]
def timestamp : String #

[View source]
def visibility : ValueWithUnit(Float64) #

[View source]
def wind_chill : ValueWithUnit(Float64) #

[View source]
def wind_direction : ValueWithUnit(Float64) #

[View source]
def wind_gust : ValueWithUnit(Float64) #

[View source]
def wind_speed : ValueWithUnit(Float64) #

[View source]