Class: Enlight::Models::CourseFeedback

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/course_feedback.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

#activity_idObject

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_nameObject

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_idObject

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_idObject

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

#contentObject

Returns the value of attribute content.



8
9
10
# File 'lib/enlight/models/course_feedback.rb', line 8

def content
  @content
end

#course_assignment_idObject

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_idObject

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_nameObject

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

#negativeObject

Returns the value of attribute negative.



10
11
12
# File 'lib/enlight/models/course_feedback.rb', line 10

def negative
  @negative
end

#positiveObject

Returns the value of attribute positive.



9
10
11
# File 'lib/enlight/models/course_feedback.rb', line 9

def positive
  @positive
end

#submittedObject

Returns the value of attribute submitted.



4
5
6
# File 'lib/enlight/models/course_feedback.rb', line 4

def 
  @submitted
end

#titleObject

Returns the value of attribute title.



7
8
9
# File 'lib/enlight/models/course_feedback.rb', line 7

def title
  @title
end

#user_external_idObject

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_idObject

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