class Darksky::Alert

Included Modules

Defined in:

darksky/data/alert.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def description : String #

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

[View source]
def expires : Int64 | Nil #

[View source]
def expires=(expires : Int64 | Nil) #

[View source]
def regions : Array(String) #

[View source]
def regions=(regions : Array(String)) #

[View source]
def severity : String #

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

[View source]
def time : Int64 #

[View source]
def time=(time : Int64) #

[View source]
def title : String #

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

[View source]
def uri : String #

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

[View source]