Class: Enlight::Requests::SearchCourseAssignments

Inherits:
Request
  • Object
show all
Includes:
Searchable
Defined in:
lib/enlight/requests/search_course_assignments.rb

Instance Attribute Summary collapse

Attributes included from Searchable

#name, #page_index, #page_size, #sort

Attributes inherited from Request

#id

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

#completed_afterObject

Returns the value of attribute completed_after.



16
17
18
# File 'lib/enlight/requests/search_course_assignments.rb', line 16

def completed_after
  @completed_after
end

#completed_beforeObject

Returns the value of attribute completed_before.



17
18
19
# File 'lib/enlight/requests/search_course_assignments.rb', line 17

def completed_before
  @completed_before
end

#completion_statusObject

Returns the value of attribute completion_status.



9
10
11
# File 'lib/enlight/requests/search_course_assignments.rb', line 9

def completion_status
  @completion_status
end

#course_idObject

Returns the value of attribute course_id.



8
9
10
# File 'lib/enlight/requests/search_course_assignments.rb', line 8

def course_id
  @course_id
end

#created_afterObject

Returns the value of attribute created_after.



10
11
12
# File 'lib/enlight/requests/search_course_assignments.rb', line 10

def created_after
  @created_after
end

#created_beforeObject

Returns the value of attribute created_before.



11
12
13
# File 'lib/enlight/requests/search_course_assignments.rb', line 11

def created_before
  @created_before
end

#expires_afterObject

Returns the value of attribute expires_after.



12
13
14
# File 'lib/enlight/requests/search_course_assignments.rb', line 12

def expires_after
  @expires_after
end

#expires_beforeObject

Returns the value of attribute expires_before.



13
14
15
# File 'lib/enlight/requests/search_course_assignments.rb', line 13

def expires_before
  @expires_before
end

#started_afterObject

Returns the value of attribute started_after.



14
15
16
# File 'lib/enlight/requests/search_course_assignments.rb', line 14

def started_after
  @started_after
end

#started_beforeObject

Returns the value of attribute started_before.



15
16
17
# File 'lib/enlight/requests/search_course_assignments.rb', line 15

def started_before
  @started_before
end

#user_external_idObject

Returns the value of attribute user_external_id.



7
8
9
# File 'lib/enlight/requests/search_course_assignments.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/requests/search_course_assignments.rb', line 6

def user_id
  @user_id
end