class OWM::OneCall

Included Modules

Defined in:

owm/one_call.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def alerts : Array(Alert) #

[View source]
def current : Current #

[View source]
def daily : Array(Daily) #

[View source]
def hourly : Array(Hourly) #

[View source]
def lat : Float64 #

[View source]
def lon : Float64 #

[View source]
def minutely : Array(Minutely) #

[View source]
def timezone : String #

[View source]
def timezone_offset : Int32 #

[View source]