Class: Enlight::Models::CourseExternalActivityLaunch
- Defined in:
- lib/enlight/models/course_external_activity_launch.rb
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#activity_type ⇒ Object
Returns the value of attribute activity_type.
-
#class_enrollment_id ⇒ Object
Returns the value of attribute class_enrollment_id.
-
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#launch ⇒ Object
Returns the value of attribute launch.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#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
#activity ⇒ Object
Returns the value of attribute activity.
4 5 6 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 4 def activity @activity end |
#activity_type ⇒ Object
Returns the value of attribute activity_type.
5 6 7 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 5 def activity_type @activity_type end |
#class_enrollment_id ⇒ Object
Returns the value of attribute class_enrollment_id.
14 15 16 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 14 def class_enrollment_id @class_enrollment_id end |
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
13 14 15 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 13 def course_assignment_id @course_assignment_id end |
#course_id ⇒ Object
Returns the value of attribute course_id.
12 13 14 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 12 def course_id @course_id end |
#first_name ⇒ Object
Returns the value of attribute first_name.
8 9 10 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 8 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
9 10 11 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 9 def last_name @last_name end |
#launch ⇒ Object
Returns the value of attribute launch.
11 12 13 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 11 def launch @launch end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
10 11 12 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 10 def organization_id @organization_id end |
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
7 8 9 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 7 def user_external_id @user_external_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6 7 8 |
# File 'lib/enlight/models/course_external_activity_launch.rb', line 6 def user_id @user_id end |