struct LakeData

Included Modules

Defined in:

models/lake.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def preciseTemperature : String #

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

[View source]
def temperature : Int8 #

[View source]
def temperature=(temperature : Int8) #

[View source]
def time : String #

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

[View source]