module Enlight module Responses class CreateCourseAssignment < Enlight::Responses::Response attr_accessor :course_assignment_id end end end