Class: Enlight::Requests::SearchCourses

Inherits:
Request
  • Object
show all
Includes:
Searchable
Defined in:
lib/enlight/requests/search_courses.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

#available_instructor_ledObject

Returns the value of attribute available_instructor_led.



13
14
15
# File 'lib/enlight/requests/search_courses.rb', line 13

def available_instructor_led
  @available_instructor_led
end

#available_self_pacedObject

Returns the value of attribute available_self_paced.



14
15
16
# File 'lib/enlight/requests/search_courses.rb', line 14

def available_self_paced
  @available_self_paced
end

#created_afterObject

Returns the value of attribute created_after.



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

def created_after
  @created_after
end

#created_beforeObject

Returns the value of attribute created_before.



10
11
12
# File 'lib/enlight/requests/search_courses.rb', line 10

def created_before
  @created_before
end

#external_idObject

Returns the value of attribute external_id.



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

def external_id
  @external_id
end

#has_labsObject

Returns the value of attribute has_labs.



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

def has_labs
  @has_labs
end

#last_modified_afterObject

Returns the value of attribute last_modified_after.



11
12
13
# File 'lib/enlight/requests/search_courses.rb', line 11

def last_modified_after
  @last_modified_after
end

#last_modified_beforeObject

Returns the value of attribute last_modified_before.



12
13
14
# File 'lib/enlight/requests/search_courses.rb', line 12

def last_modified_before
  @last_modified_before
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end