Class: Enlight::Models::CourseAssignment

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

#club_idObject

Returns the value of attribute club_id.



23
24
25
# File 'lib/enlight/models/course_assignment.rb', line 23

def club_id
  @club_id
end

#club_membership_idObject

Returns the value of attribute club_membership_id.



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

def club_membership_id
  @club_membership_id
end

#completeObject

Returns the value of attribute complete.



21
22
23
# File 'lib/enlight/models/course_assignment.rb', line 21

def complete
  @complete
end

#completedObject

Returns the value of attribute completed.



20
21
22
# File 'lib/enlight/models/course_assignment.rb', line 20

def completed
  @completed
end

#course_idObject

Returns the value of attribute course_id.



5
6
7
# File 'lib/enlight/models/course_assignment.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_assignment.rb', line 6

def course_name
  @course_name
end

#createdObject

Returns the value of attribute created.



22
23
24
# File 'lib/enlight/models/course_assignment.rb', line 22

def created
  @created
end

#emailObject

Returns the value of attribute email.



11
12
13
# File 'lib/enlight/models/course_assignment.rb', line 11

def email
  @email
end

#expireObject

Returns the value of attribute expire.



17
18
19
# File 'lib/enlight/models/course_assignment.rb', line 17

def expire
  @expire
end

#expiresObject

Returns the value of attribute expires.



16
17
18
# File 'lib/enlight/models/course_assignment.rb', line 16

def expires
  @expires
end

#external_idObject

Returns the value of attribute external_id.



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

def external_id
  @external_id
end

#first_nameObject

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



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

def last_name
  @last_name
end

#organization_idObject

Returns the value of attribute organization_id.



12
13
14
# File 'lib/enlight/models/course_assignment.rb', line 12

def organization_id
  @organization_id
end

#startObject

Returns the value of attribute start.



15
16
17
# File 'lib/enlight/models/course_assignment.rb', line 15

def start
  @start
end

#startedObject

Returns the value of attribute started.



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

def started
  @started
end

#target_completionObject

Returns the value of attribute target_completion.



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

def target_completion
  @target_completion
end

#target_completion_dateObject

Returns the value of attribute target_completion_date.



19
20
21
# File 'lib/enlight/models/course_assignment.rb', line 19

def target_completion_date
  @target_completion_date
end

#user_external_idObject

Returns the value of attribute user_external_id.



8
9
10
# File 'lib/enlight/models/course_assignment.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/course_assignment.rb', line 7

def user_id
  @user_id
end