struct Lake

Included Modules

Defined in:

models/lake.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, data : LakeData, timeZoneId : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : LakeData #

[View source]
def data=(data : LakeData) #

[View source]
def formatted_time #

[View source]
def html_name #

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]
def timeZoneId : String #

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

[View source]
def town #

[View source]