Class: Enlight::Requests::SearchLabInstances
- Includes:
- Searchable
- Defined in:
- lib/enlight/requests/search_lab_instances.rb
Instance Attribute Summary collapse
-
#completion_status ⇒ Object
Returns the value of attribute completion_status.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#ended_after ⇒ Object
Returns the value of attribute ended_after.
-
#ended_before ⇒ Object
Returns the value of attribute ended_before.
-
#lab_id ⇒ Object
Returns the value of attribute lab_id.
-
#started_after ⇒ Object
Returns the value of attribute started_after.
-
#started_before ⇒ Object
Returns the value of attribute started_before.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes included from Searchable
#name, #page_index, #page_size, #sort
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
#completion_status ⇒ Object
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_id ⇒ Object
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_after ⇒ Object
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_before ⇒ Object
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_id ⇒ Object
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_after ⇒ Object
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_before ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |