Class: Enlight::Models::ClassEnrollment
- Defined in:
- lib/enlight/models/class_enrollment.rb
Instance Attribute Summary collapse
-
#class_id ⇒ Object
Returns the value of attribute class_id.
-
#classroom_id ⇒ Object
Returns the value of attribute classroom_id.
-
#completion_status_id ⇒ Object
Returns the value of attribute completion_status_id.
-
#enrollment_status_id ⇒ Object
Returns the value of attribute enrollment_status_id.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#grade ⇒ Object
Returns the value of attribute grade.
-
#hours_spent ⇒ Object
Returns the value of attribute hours_spent.
-
#late_cancel ⇒ Object
Returns the value of attribute late_cancel.
-
#location_type_id ⇒ Object
Returns the value of attribute location_type_id.
-
#retake ⇒ Object
Returns the value of attribute retake.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#class_id ⇒ Object
Returns the value of attribute class_id.
5 6 7 |
# File 'lib/enlight/models/class_enrollment.rb', line 5 def class_id @class_id end |
#classroom_id ⇒ Object
Returns the value of attribute classroom_id.
12 13 14 |
# File 'lib/enlight/models/class_enrollment.rb', line 12 def classroom_id @classroom_id end |
#completion_status_id ⇒ Object
Returns the value of attribute completion_status_id.
8 9 10 |
# File 'lib/enlight/models/class_enrollment.rb', line 8 def completion_status_id @completion_status_id end |
#enrollment_status_id ⇒ Object
Returns the value of attribute enrollment_status_id.
7 8 9 |
# File 'lib/enlight/models/class_enrollment.rb', line 7 def enrollment_status_id @enrollment_status_id end |
#external_id ⇒ Object
Returns the value of attribute external_id.
4 5 6 |
# File 'lib/enlight/models/class_enrollment.rb', line 4 def external_id @external_id end |
#grade ⇒ Object
Returns the value of attribute grade.
14 15 16 |
# File 'lib/enlight/models/class_enrollment.rb', line 14 def grade @grade end |
#hours_spent ⇒ Object
Returns the value of attribute hours_spent.
13 14 15 |
# File 'lib/enlight/models/class_enrollment.rb', line 13 def hours_spent @hours_spent end |
#late_cancel ⇒ Object
Returns the value of attribute late_cancel.
9 10 11 |
# File 'lib/enlight/models/class_enrollment.rb', line 9 def late_cancel @late_cancel end |
#location_type_id ⇒ Object
Returns the value of attribute location_type_id.
11 12 13 |
# File 'lib/enlight/models/class_enrollment.rb', line 11 def location_type_id @location_type_id end |
#retake ⇒ Object
Returns the value of attribute retake.
10 11 12 |
# File 'lib/enlight/models/class_enrollment.rb', line 10 def retake @retake end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/enlight/models/class_enrollment.rb', line 6 def user_id @user_id end |