Class: Enlight::Models::SurveyResponse
- Defined in:
- lib/enlight/models/survey_response.rb
Instance Attribute Summary collapse
-
#class ⇒ Object
Returns the value of attribute class.
-
#class_end_date ⇒ Object
Returns the value of attribute class_end_date.
-
#class_id ⇒ Object
Returns the value of attribute class_id.
-
#class_start_date ⇒ Object
Returns the value of attribute class_start_date.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#instructor_email ⇒ Object
Returns the value of attribute instructor_email.
-
#instructor_name ⇒ Object
Returns the value of attribute instructor_name.
-
#question_and_responses ⇒ Object
Returns the value of attribute question_and_responses.
-
#student_email ⇒ Object
Returns the value of attribute student_email.
-
#student_name ⇒ Object
Returns the value of attribute student_name.
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 ⇒ Object
Returns the value of attribute class.
6 7 8 |
# File 'lib/enlight/models/survey_response.rb', line 6 def class @class end |
#class_end_date ⇒ Object
Returns the value of attribute class_end_date.
8 9 10 |
# File 'lib/enlight/models/survey_response.rb', line 8 def class_end_date @class_end_date end |
#class_id ⇒ Object
Returns the value of attribute class_id.
5 6 7 |
# File 'lib/enlight/models/survey_response.rb', line 5 def class_id @class_id end |
#class_start_date ⇒ Object
Returns the value of attribute class_start_date.
7 8 9 |
# File 'lib/enlight/models/survey_response.rb', line 7 def class_start_date @class_start_date end |
#course_id ⇒ Object
Returns the value of attribute course_id.
4 5 6 |
# File 'lib/enlight/models/survey_response.rb', line 4 def course_id @course_id end |
#instructor_email ⇒ Object
Returns the value of attribute instructor_email.
10 11 12 |
# File 'lib/enlight/models/survey_response.rb', line 10 def instructor_email @instructor_email end |
#instructor_name ⇒ Object
Returns the value of attribute instructor_name.
9 10 11 |
# File 'lib/enlight/models/survey_response.rb', line 9 def instructor_name @instructor_name end |
#question_and_responses ⇒ Object
Returns the value of attribute question_and_responses.
13 14 15 |
# File 'lib/enlight/models/survey_response.rb', line 13 def question_and_responses @question_and_responses end |
#student_email ⇒ Object
Returns the value of attribute student_email.
12 13 14 |
# File 'lib/enlight/models/survey_response.rb', line 12 def student_email @student_email end |
#student_name ⇒ Object
Returns the value of attribute student_name.
11 12 13 |
# File 'lib/enlight/models/survey_response.rb', line 11 def student_name @student_name end |