Class: Enlight::Models::ClassEnrollment

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

#class_idObject

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_idObject

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_idObject

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_idObject

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_idObject

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

#gradeObject

Returns the value of attribute grade.



14
15
16
# File 'lib/enlight/models/class_enrollment.rb', line 14

def grade
  @grade
end

#hours_spentObject

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_cancelObject

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_idObject

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

#retakeObject

Returns the value of attribute retake.



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

def retake
  @retake
end

#user_idObject

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