Class: Enlight::Requests::SearchClasses
- Includes:
- Searchable
- Defined in:
- lib/enlight/requests/search_classes.rb
Instance Attribute Summary collapse
-
#available_online ⇒ Object
Returns the value of attribute available_online.
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#ends_after ⇒ Object
Returns the value of attribute ends_after.
-
#ends_before ⇒ Object
Returns the value of attribute ends_before.
-
#has_labs ⇒ Object
Returns the value of attribute has_labs.
-
#starts_after ⇒ Object
Returns the value of attribute starts_after.
-
#starts_before ⇒ Object
Returns the value of attribute starts_before.
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
#available_online ⇒ Object
Returns the value of attribute available_online.
12 13 14 |
# File 'lib/enlight/requests/search_classes.rb', line 12 def available_online @available_online end |
#course_id ⇒ Object
Returns the value of attribute course_id.
6 7 8 |
# File 'lib/enlight/requests/search_classes.rb', line 6 def course_id @course_id end |
#ends_after ⇒ Object
Returns the value of attribute ends_after.
9 10 11 |
# File 'lib/enlight/requests/search_classes.rb', line 9 def ends_after @ends_after end |
#ends_before ⇒ Object
Returns the value of attribute ends_before.
10 11 12 |
# File 'lib/enlight/requests/search_classes.rb', line 10 def ends_before @ends_before end |
#has_labs ⇒ Object
Returns the value of attribute has_labs.
11 12 13 |
# File 'lib/enlight/requests/search_classes.rb', line 11 def has_labs @has_labs end |
#starts_after ⇒ Object
Returns the value of attribute starts_after.
7 8 9 |
# File 'lib/enlight/requests/search_classes.rb', line 7 def starts_after @starts_after end |
#starts_before ⇒ Object
Returns the value of attribute starts_before.
8 9 10 |
# File 'lib/enlight/requests/search_classes.rb', line 8 def starts_before @starts_before end |