class Weatherbar::WeatherResponse

Included Modules

Defined in:

response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def base : String #

[View source]
def base=(base : String) #

[View source]
def cod : Int32 #

[View source]
def cod=(cod : Int32) #

[View source]
def coordinates : Coordinates #

[View source]
def coordinates=(coordinates : Coordinates) #

[View source]
def dt : Int32 #

[View source]
def dt=(dt : Int32) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def sys : Sys #

[View source]
def sys=(sys : Sys) #

[View source]
def temperatures : Temperatures #

[View source]
def temperatures=(temperatures : Temperatures) #

[View source]
def timezone : Int32 #

[View source]
def timezone=(timezone : Int32) #

[View source]
def visibility : Int32 #

[View source]
def visibility=(visibility : Int32) #

[View source]
def weather : Array(Weather) #

[View source]
def weather=(weather : Array(Weather)) #

[View source]
def weather_emoji #

[View source]
def wind : Wind #

[View source]
def wind=(wind : Wind) #

[View source]