Class: Enlight::Models::LabInstance

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



18
19
20
# File 'lib/enlight/models/lab_instance.rb', line 18

def class_id
  @class_id
end

#completion_statusObject

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_idObject

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_idObject

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

#endObject

Returns the value of attribute end.



13
14
15
# File 'lib/enlight/models/lab_instance.rb', line 13

def end
  @end
end

#first_nameObject

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_idObject

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_nameObject

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_numberObject

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_nameObject

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_idObject

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

#startObject

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_secondsObject

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_idObject

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_idObject

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_addressObject

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