Class: Enlight::Models::SurveyResponse

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/survey_response.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#classObject

Returns the value of attribute class.



6
7
8
# File 'lib/enlight/models/survey_response.rb', line 6

def class
  @class
end

#class_end_dateObject

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_idObject

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_dateObject

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_idObject

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_emailObject

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_nameObject

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_responsesObject

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_emailObject

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_nameObject

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