Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hops_scraper
main
HoPSScraper
BlocktableEntry
DegreeCourse
Grabber
Lecture
Lecturer
Module
TimetableEntry
TimetableEntryType
Generated using Crystal 1.14.0
2024-11-26 18:24:01 UTC
struct
HoPSScraper::
Lecturer
HoPSScraper::Lecturer
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
hops_scraper.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
#