Class: Enlight::Requests::SearchClubs
- Includes:
- Searchable
- Defined in:
- lib/enlight/requests/search_clubs.rb
Instance Attribute Summary collapse
-
#course_id ⇒ Object
Returns the value of attribute course_id.
-
#created_after ⇒ Object
Returns the value of attribute created_after.
-
#created_before ⇒ Object
Returns the value of attribute created_before.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes included from Searchable
#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
#course_id ⇒ Object
Returns the value of attribute course_id.
7 8 9 |
# File 'lib/enlight/requests/search_clubs.rb', line 7 def course_id @course_id end |
#created_after ⇒ Object
Returns the value of attribute created_after.
8 9 10 |
# File 'lib/enlight/requests/search_clubs.rb', line 8 def created_after @created_after end |
#created_before ⇒ Object
Returns the value of attribute created_before.
9 10 11 |
# File 'lib/enlight/requests/search_clubs.rb', line 9 def created_before @created_before end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/enlight/requests/search_clubs.rb', line 6 def name @name end |