Class: Enlight::Responses::CreateCourseAssignment

Inherits:
Response
  • Object
show all
Defined in:
lib/enlight/responses/create_course_assignment.rb

Instance Attribute Summary collapse

Attributes inherited from Response

#error, #status

Method Summary

Methods inherited from Response

#initialize

Constructor Details

This class inherits a constructor from Enlight::Responses::Response

Instance Attribute Details

#course_assignment_idObject

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