Class: Enlight::Requests::SearchLabInstances

Inherits:
Request
  • Object
show all
Includes:
Searchable
Defined in:
lib/enlight/requests/search_lab_instances.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

#completion_statusObject

Returns the value of attribute completion_status.



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

def completion_status
  @completion_status
end

#course_idObject

Returns the value of attribute course_id.



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

def course_id
  @course_id
end

#ended_afterObject

Returns the value of attribute ended_after.



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

def ended_after
  @ended_after
end

#ended_beforeObject

Returns the value of attribute ended_before.



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

def ended_before
  @ended_before
end

#lab_idObject

Returns the value of attribute lab_id.



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

def lab_id
  @lab_id
end

#started_afterObject

Returns the value of attribute started_after.



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

def started_after
  @started_after
end

#started_beforeObject

Returns the value of attribute started_before.



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

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_lab_instances.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_lab_instances.rb', line 6

def user_id
  @user_id
end