class Weatherbar::WeatherResponse
- Weatherbar::WeatherResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
response.crConstructors
Instance Method Summary
- #base : String
- #base=(base : String)
- #cod : Int32
- #cod=(cod : Int32)
- #coordinates : Coordinates
- #coordinates=(coordinates : Coordinates)
- #dt : Int32
- #dt=(dt : Int32)
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #sys : Sys
- #sys=(sys : Sys)
- #temperatures : Temperatures
- #temperatures=(temperatures : Temperatures)
- #timezone : Int32
- #timezone=(timezone : Int32)
- #visibility : Int32
- #visibility=(visibility : Int32)
- #weather : Array(Weather)
- #weather=(weather : Array(Weather))
- #weather_emoji
- #wind : Wind
- #wind=(wind : Wind)