Class: Enlight::Models::CourseFeedback
- Defined in:
- lib/enlight/models/course_feedback.rb
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
Returns the value of attribute activity_id.
-
#activity_name ⇒ Object
Returns the value of attribute activity_name.
-
#activity_type_id ⇒ Object
Returns the value of attribute activity_type_id.
-
#class_enrollment_id ⇒ Object
Returns the value of attribute class_enrollment_id.
-
#content ⇒ Object
Returns the value of attribute content.
-
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#course_name ⇒ Object
Returns the value of attribute course_name.
-
#negative ⇒ Object
Returns the value of attribute negative.
-
#positive ⇒ Object
Returns the value of attribute positive.
-
#submitted ⇒ Object
Returns the value of attribute submitted.
-
#title ⇒ Object
Returns the value of attribute title.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#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
#activity_id ⇒ Object
Returns the value of attribute activity_id.
15 16 17 |
# File 'lib/enlight/models/course_feedback.rb', line 15 def activity_id @activity_id end |
#activity_name ⇒ Object
Returns the value of attribute activity_name.
17 18 19 |
# File 'lib/enlight/models/course_feedback.rb', line 17 def activity_name @activity_name end |
#activity_type_id ⇒ Object
Returns the value of attribute activity_type_id.
16 17 18 |
# File 'lib/enlight/models/course_feedback.rb', line 16 def activity_type_id @activity_type_id end |
#class_enrollment_id ⇒ Object
Returns the value of attribute class_enrollment_id.
14 15 16 |
# File 'lib/enlight/models/course_feedback.rb', line 14 def class_enrollment_id @class_enrollment_id end |
#content ⇒ Object
Returns the value of attribute content.
8 9 10 |
# File 'lib/enlight/models/course_feedback.rb', line 8 def content @content end |
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
13 14 15 |
# File 'lib/enlight/models/course_feedback.rb', line 13 def course_assignment_id @course_assignment_id end |
#course_id ⇒ Object
Returns the value of attribute course_id.
5 6 7 |
# File 'lib/enlight/models/course_feedback.rb', line 5 def course_id @course_id end |
#course_name ⇒ Object
Returns the value of attribute course_name.
6 7 8 |
# File 'lib/enlight/models/course_feedback.rb', line 6 def course_name @course_name end |
#negative ⇒ Object
Returns the value of attribute negative.
10 11 12 |
# File 'lib/enlight/models/course_feedback.rb', line 10 def negative @negative end |
#positive ⇒ Object
Returns the value of attribute positive.
9 10 11 |
# File 'lib/enlight/models/course_feedback.rb', line 9 def positive @positive end |
#submitted ⇒ Object
Returns the value of attribute submitted.
4 5 6 |
# File 'lib/enlight/models/course_feedback.rb', line 4 def submitted @submitted end |
#title ⇒ Object
Returns the value of attribute title.
7 8 9 |
# File 'lib/enlight/models/course_feedback.rb', line 7 def title @title end |
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
12 13 14 |
# File 'lib/enlight/models/course_feedback.rb', line 12 def user_external_id @user_external_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
11 12 13 |
# File 'lib/enlight/models/course_feedback.rb', line 11 def user_id @user_id end |