Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kstw_canteen_scraper
v0.1
Top Level Namespace
KstwCanteenScraper
Additive
Data
Dish
Location
MenuLine
Generated using Crystal 1.14.0
2024-11-26 18:24:20 UTC
struct
KstwCanteenScraper::
Location
KstwCanteenScraper::Location
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
kstw_canteen_scraper/models.cr
Constructors
.new
(id : String, name : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(id _id = @id, name _name = @name)
#id
: String
#name
: String
Constructor Detail
def self.
new
(id : String, name : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(id _id = @id, name _name = @name)
#
[
View source
]
def
id
: String
#
def
name
: String
#