module Enlight module Responses class CreateClassEnrollment < Enlight::Responses::Response attr_accessor :class_enrollment_id end end end