struct KstwCanteenScraper::MenuLine

Included Modules

Defined in:

kstw_canteen_scraper/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, description : String, icon_url : String) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, description _description = @description, icon_url _icon_url = @icon_url) #

[View source]
def description : String #

def icon_url : String #

def id : String #