Class: Enlight::Requests::UpdateCourseAssignment
- Defined in:
- lib/enlight/requests/update_course_assignment.rb
Instance Attribute Summary collapse
-
#club_membership_id ⇒ Object
Returns the value of attribute club_membership_id.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#started ⇒ Object
Returns the value of attribute started.
-
#target_completion ⇒ Object
Returns the value of attribute target_completion.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Request
Method Summary
Methods inherited from Request
#build_uri, #fetch, #initialize, #resource
Constructor Details
This class inherits a constructor from Enlight::Requests::Request
Instance Attribute Details
#club_membership_id ⇒ Object
Returns the value of attribute club_membership_id.
8 9 10 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 8 def club_membership_id @club_membership_id end |
#completed ⇒ Object
Returns the value of attribute completed.
12 13 14 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 12 def completed @completed end |
#course_assignment_id ⇒ Object
Returns the value of attribute course_assignment_id.
4 5 6 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 4 def course_assignment_id @course_assignment_id end |
#course_id ⇒ Object
Returns the value of attribute course_id.
6 7 8 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 6 def course_id @course_id end |
#expires ⇒ Object
Returns the value of attribute expires.
10 11 12 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 10 def expires @expires end |
#external_id ⇒ Object
Returns the value of attribute external_id.
5 6 7 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 5 def external_id @external_id end |
#started ⇒ Object
Returns the value of attribute started.
9 10 11 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 9 def started @started end |
#target_completion ⇒ Object
Returns the value of attribute target_completion.
11 12 13 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 11 def target_completion @target_completion end |
#user_id ⇒ Object
Returns the value of attribute user_id.
7 8 9 |
# File 'lib/enlight/requests/update_course_assignment.rb', line 7 def user_id @user_id end |