class Weatherbar::Sys

Included Modules

Defined in:

response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def country : String #

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

[View source]
def id : Int32 #

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

[View source]
def sunrise : Int32 #

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

[View source]
def sunset : Int32 #

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

[View source]
def type : Int32 #

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

[View source]