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

#activitesObject Also known as: activities

Returns the value of attribute activites.



31
32
33
# File 'lib/enlight/models/course_assignment.rb', line 31

def activites
  @activites
end

#available_instructor_ledObject

Returns the value of attribute available_instructor_led.



25
26
27
# File 'lib/enlight/models/course_assignment.rb', line 25

def available_instructor_led
  @available_instructor_led
end

#available_self_pacedObject

Returns the value of attribute available_self_paced.



26
27
28
# File 'lib/enlight/models/course_assignment.rb', line 26

def available_self_paced
  @available_self_paced
end

#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

#content_provider_idObject

Returns the value of attribute content_provider_id.



28
29
30
# File 'lib/enlight/models/course_assignment.rb', line 28

def content_provider_id
  @content_provider_id
end

#content_provider_nameObject

Returns the value of attribute content_provider_name.



29
30
31
# File 'lib/enlight/models/course_assignment.rb', line 29

def content_provider_name
  @content_provider_name
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

#custom_fieldsObject

Returns the value of attribute custom_fields.



33
34
35
# File 'lib/enlight/models/course_assignment.rb', line 33

def custom_fields
  @custom_fields
end

#descriptionObject

Returns the value of attribute description.



30
31
32
# File 'lib/enlight/models/course_assignment.rb', line 30

def description
  @description
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

#nameObject

Returns the value of attribute name.



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

def name
  @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

#organization_nameObject

Returns the value of attribute organization_name.



27
28
29
# File 'lib/enlight/models/course_assignment.rb', line 27

def organization_name
  @organization_name
end

#profile_image_urlObject

Returns the value of attribute profile_image_url.



34
35
36
# File 'lib/enlight/models/course_assignment.rb', line 34

def profile_image_url
  @profile_image_url
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

#tagsObject

Returns the value of attribute tags.



32
33
34
# File 'lib/enlight/models/course_assignment.rb', line 32

def tags
  @tags
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