Class: Enlight::Models::CourseAssignment
- Defined in:
- lib/enlight/models/course_assignment.rb
Instance Attribute Summary collapse
-
#activites ⇒ Object
(also: #activities)
Returns the value of attribute activites.
-
#available_instructor_led ⇒ Object
Returns the value of attribute available_instructor_led.
-
#available_self_paced ⇒ Object
Returns the value of attribute available_self_paced.
-
#club_id ⇒ Object
Returns the value of attribute club_id.
-
#club_membership_id ⇒ Object
Returns the value of attribute club_membership_id.
-
#complete ⇒ Object
Returns the value of attribute complete.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#content_provider_id ⇒ Object
Returns the value of attribute content_provider_id.
-
#content_provider_name ⇒ Object
Returns the value of attribute content_provider_name.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#course_name ⇒ Object
Returns the value of attribute course_name.
-
#created ⇒ Object
Returns the value of attribute created.
-
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email ⇒ Object
Returns the value of attribute email.
-
#expire ⇒ Object
Returns the value of attribute expire.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#organization_name ⇒ Object
Returns the value of attribute organization_name.
-
#profile_image_url ⇒ Object
Returns the value of attribute profile_image_url.
-
#start ⇒ Object
Returns the value of attribute start.
-
#started ⇒ Object
Returns the value of attribute started.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#target_completion ⇒ Object
Returns the value of attribute target_completion.
-
#target_completion_date ⇒ Object
Returns the value of attribute target_completion_date.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#activites ⇒ Object 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_led ⇒ Object
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_paced ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#complete ⇒ Object
Returns the value of attribute complete.
21 22 23 |
# File 'lib/enlight/models/course_assignment.rb', line 21 def complete @complete end |
#completed ⇒ Object
Returns the value of attribute completed.
20 21 22 |
# File 'lib/enlight/models/course_assignment.rb', line 20 def completed @completed end |
#content_provider_id ⇒ Object
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_name ⇒ Object
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_id ⇒ Object
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_name ⇒ Object
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 |
#created ⇒ Object
Returns the value of attribute created.
22 23 24 |
# File 'lib/enlight/models/course_assignment.rb', line 22 def created @created end |
#custom_fields ⇒ Object
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 |
#description ⇒ Object
Returns the value of attribute description.
30 31 32 |
# File 'lib/enlight/models/course_assignment.rb', line 30 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
11 12 13 |
# File 'lib/enlight/models/course_assignment.rb', line 11 def email @email end |
#expire ⇒ Object
Returns the value of attribute expire.
17 18 19 |
# File 'lib/enlight/models/course_assignment.rb', line 17 def expire @expire end |
#expires ⇒ Object
Returns the value of attribute expires.
16 17 18 |
# File 'lib/enlight/models/course_assignment.rb', line 16 def expires @expires end |
#external_id ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
24 25 26 |
# File 'lib/enlight/models/course_assignment.rb', line 24 def name @name end |
#organization_id ⇒ Object
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_name ⇒ Object
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_url ⇒ Object
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 |
#start ⇒ Object
Returns the value of attribute start.
15 16 17 |
# File 'lib/enlight/models/course_assignment.rb', line 15 def start @start end |
#started ⇒ Object
Returns the value of attribute started.
14 15 16 |
# File 'lib/enlight/models/course_assignment.rb', line 14 def started @started end |
#tags ⇒ Object
Returns the value of attribute tags.
32 33 34 |
# File 'lib/enlight/models/course_assignment.rb', line 32 def end |
#target_completion ⇒ Object
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_date ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |