Class: Enlight::Models::CourseExternalActivityLaunch

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

#activityObject

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_typeObject

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_idObject

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_idObject

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_idObject

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_nameObject

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_nameObject

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

#launchObject

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_idObject

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_idObject

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_idObject

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