Class: Meibo::JapanProfile::Course

Inherits:
Course
  • Object
show all
Defined in:
lib/meibo/japan_profile/course.rb

Direct Known Subclasses

EportalV3::Course

Instance Method Summary collapse

Methods inherited from Course

#classes, #collection, #organization, #school_year

Constructor Details

#initialize(course_code: "", **other_fields) ⇒ Course

NOTE: courseCodeは空文字固定



13
14
15
# File 'lib/meibo/japan_profile/course.rb', line 13

def initialize(course_code: "", **other_fields)
  super(course_code: course_code, **other_fields)
end