Class: Enlight::Models::CourseAssignment
- Defined in:
- lib/enlight/models/course_assignment.rb
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#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.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#start ⇒ Object
Returns the value of attribute start.
-
#started ⇒ Object
Returns the value of attribute started.
-
#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
#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 |
#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 |
#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 |
#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 |
#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 |
#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 |