struct HoPSScraper::BlocktableEntry
- HoPSScraper::BlocktableEntry
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
hops_scraper.crConstructors
- .new(time_raw : String, lecture_id_raw : String, description : String, lecturer_raw : String, room : String, degree_course_id : String, semester : Int32)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(time_raw _time_raw = @time_raw, lecture_id_raw _lecture_id_raw = @lecture_id_raw, description _description = @description, lecturer_raw _lecturer_raw = @lecturer_raw, room _room = @room, degree_course_id _degree_course_id = @degree_course_id, semester _semester = @semester)
- #degree_course_id : String
- #description : String
- #lecture_id_raw : String
- #lecturer_raw : String
- #room : String
- #semester : Int32
- #time_raw : String
Constructor Detail
def self.new(time_raw : String, lecture_id_raw : String, description : String, lecturer_raw : String, room : String, degree_course_id : String, semester : Int32)
#
Instance Method Detail
def copy_with(time_raw _time_raw = @time_raw, lecture_id_raw _lecture_id_raw = @lecture_id_raw, description _description = @description, lecturer_raw _lecturer_raw = @lecturer_raw, room _room = @room, degree_course_id _degree_course_id = @degree_course_id, semester _semester = @semester)
#