Class: Meibo::JapanProfile::Classroom

Inherits:
Classroom
  • Object
show all
Defined in:
lib/meibo/japan_profile/classroom.rb

Direct Known Subclasses

EportalV3::Classroom

Constant Summary

Constants inherited from Classroom

Classroom::TYPES

Instance Method Summary collapse

Methods inherited from Classroom

#collection, #course, #enrollments, #homeroom?, #scheduled?, #school, #terms

Constructor Details

#initialize(special_needs: nil, **other_fields) ⇒ Classroom

Returns a new instance of Classroom.



18
19
20
21
# File 'lib/meibo/japan_profile/classroom.rb', line 18

def initialize(special_needs: nil, **other_fields)
  super(**other_fields)
  @special_needs = special_needs
end