Class: Enlight::Responses::CreateClassEnrollment
- Defined in:
- lib/enlight/responses/create_class_enrollment.rb
Instance Attribute Summary collapse
-
#class_enrollment_id ⇒ Object
Returns the value of attribute class_enrollment_id.
Attributes inherited from Response
Method Summary
Methods inherited from Response
Constructor Details
This class inherits a constructor from Enlight::Responses::Response
Instance Attribute Details
#class_enrollment_id ⇒ Object
Returns the value of attribute class_enrollment_id.
4 5 6 |
# File 'lib/enlight/responses/create_class_enrollment.rb', line 4 def class_enrollment_id @class_enrollment_id end |