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