Class: Enlight::Requests::SearchCourseFeedback

Inherits:
Request
  • Object
show all
Includes:
Searchable
Defined in:
lib/enlight/requests/search_course_feedback.rb

Instance Attribute Summary collapse

Attributes included from Searchable

#page_index, #page_size, #sort

Attributes inherited from Request

#id

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_idObject

Returns the value of attribute course_id.



6
7
8
# File 'lib/enlight/requests/search_course_feedback.rb', line 6

def course_id
  @course_id
end

#created_afterObject

Returns the value of attribute created_after.



8
9
10
# File 'lib/enlight/requests/search_course_feedback.rb', line 8

def created_after
  @created_after
end

#created_beforeObject

Returns the value of attribute created_before.



9
10
11
# File 'lib/enlight/requests/search_course_feedback.rb', line 9

def created_before
  @created_before
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/enlight/requests/search_course_feedback.rb', line 7

def name
  @name
end