Class: Enlight::Requests::SearchPublicClassSchedule
- Includes:
- Searchable
- Defined in:
- lib/enlight/requests/search_public_class_schedule.rb
Instance Attribute Summary collapse
-
#available_online ⇒ Object
Returns the value of attribute available_online.
-
#has_labs ⇒ Object
Returns the value of attribute has_labs.
-
#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
#available_online ⇒ Object
Returns the value of attribute available_online.
8 9 10 |
# File 'lib/enlight/requests/search_public_class_schedule.rb', line 8 def available_online @available_online end |
#has_labs ⇒ Object
Returns the value of attribute has_labs.
7 8 9 |
# File 'lib/enlight/requests/search_public_class_schedule.rb', line 7 def has_labs @has_labs end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/enlight/requests/search_public_class_schedule.rb', line 6 def name @name end |