Class: Enlight::Responses::CreateCourseAssignment
- Defined in:
- lib/enlight/responses/create_course_assignment.rb
Instance Attribute Summary collapse
-
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_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
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
4 5 6 |
# File 'lib/enlight/responses/create_course_assignment.rb', line 4 def course_assignment_id @course_assignment_id end |