Class: Enlight::Models::LabInstance
- Defined in:
- lib/enlight/models/lab_instance.rb
Instance Attribute Summary collapse
-
#class_id ⇒ Object
Returns the value of attribute class_id.
-
#completion_status ⇒ Object
Returns the value of attribute completion_status.
-
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#end ⇒ Object
Returns the value of attribute end.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#lab_id ⇒ Object
Returns the value of attribute lab_id.
-
#lab_name ⇒ Object
Returns the value of attribute lab_name.
-
#lab_number ⇒ Object
Returns the value of attribute lab_number.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#start ⇒ Object
Returns the value of attribute start.
-
#total_run_time_seconds ⇒ Object
Returns the value of attribute total_run_time_seconds.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_ip_address ⇒ Object
Returns the value of attribute user_ip_address.
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_id ⇒ Object
Returns the value of attribute class_id.
18 19 20 |
# File 'lib/enlight/models/lab_instance.rb', line 18 def class_id @class_id end |
#completion_status ⇒ Object
Returns the value of attribute completion_status.
15 16 17 |
# File 'lib/enlight/models/lab_instance.rb', line 15 def completion_status @completion_status end |
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
17 18 19 |
# File 'lib/enlight/models/lab_instance.rb', line 17 def course_assignment_id @course_assignment_id end |
#course_id ⇒ Object
Returns the value of attribute course_id.
16 17 18 |
# File 'lib/enlight/models/lab_instance.rb', line 16 def course_id @course_id end |
#end ⇒ Object
Returns the value of attribute end.
13 14 15 |
# File 'lib/enlight/models/lab_instance.rb', line 13 def end @end end |
#first_name ⇒ Object
Returns the value of attribute first_name.
9 10 11 |
# File 'lib/enlight/models/lab_instance.rb', line 9 def first_name @first_name end |
#lab_id ⇒ Object
Returns the value of attribute lab_id.
4 5 6 |
# File 'lib/enlight/models/lab_instance.rb', line 4 def lab_id @lab_id end |
#lab_name ⇒ Object
Returns the value of attribute lab_name.
6 7 8 |
# File 'lib/enlight/models/lab_instance.rb', line 6 def lab_name @lab_name end |
#lab_number ⇒ Object
Returns the value of attribute lab_number.
5 6 7 |
# File 'lib/enlight/models/lab_instance.rb', line 5 def lab_number @lab_number end |
#last_name ⇒ Object
Returns the value of attribute last_name.
10 11 12 |
# File 'lib/enlight/models/lab_instance.rb', line 10 def last_name @last_name end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
11 12 13 |
# File 'lib/enlight/models/lab_instance.rb', line 11 def organization_id @organization_id end |
#start ⇒ Object
Returns the value of attribute start.
12 13 14 |
# File 'lib/enlight/models/lab_instance.rb', line 12 def start @start end |
#total_run_time_seconds ⇒ Object
Returns the value of attribute total_run_time_seconds.
14 15 16 |
# File 'lib/enlight/models/lab_instance.rb', line 14 def total_run_time_seconds @total_run_time_seconds end |
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
8 9 10 |
# File 'lib/enlight/models/lab_instance.rb', line 8 def user_external_id @user_external_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
7 8 9 |
# File 'lib/enlight/models/lab_instance.rb', line 7 def user_id @user_id end |
#user_ip_address ⇒ Object
Returns the value of attribute user_ip_address.
19 20 21 |
# File 'lib/enlight/models/lab_instance.rb', line 19 def user_ip_address @user_ip_address end |