struct LakeItem

Included Modules

Defined in:

models/lake.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, supportedFeatures : Array(String), timeZoneId : String) #

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

[View source]

Instance Method Detail

def has_feature(feature : String) #

[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 path_name : String #

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

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

[View source]
def timeZoneId : String #

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

[View source]