Class: Enlight::Models::CourseCatalogSearchHistory

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/course_catalog_search_history.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#club_idsObject

Returns the value of attribute club_ids.



12
13
14
# File 'lib/enlight/models/course_catalog_search_history.rb', line 12

def club_ids
  @club_ids
end

#first_nameObject

Returns the value of attribute first_name.



6
7
8
# File 'lib/enlight/models/course_catalog_search_history.rb', line 6

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



7
8
9
# File 'lib/enlight/models/course_catalog_search_history.rb', line 7

def last_name
  @last_name
end

#num_resultsObject

Returns the value of attribute num_results.



14
15
16
# File 'lib/enlight/models/course_catalog_search_history.rb', line 14

def num_results
  @num_results
end

#organization_idObject

Returns the value of attribute organization_id.



8
9
10
# File 'lib/enlight/models/course_catalog_search_history.rb', line 8

def organization_id
  @organization_id
end

#page_indexObject

Returns the value of attribute page_index.



11
12
13
# File 'lib/enlight/models/course_catalog_search_history.rb', line 11

def page_index
  @page_index
end

#searchObject

Returns the value of attribute search.



9
10
11
# File 'lib/enlight/models/course_catalog_search_history.rb', line 9

def search
  @search
end

#tagsObject

Returns the value of attribute tags.



13
14
15
# File 'lib/enlight/models/course_catalog_search_history.rb', line 13

def tags
  @tags
end

#text_filterObject

Returns the value of attribute text_filter.



10
11
12
# File 'lib/enlight/models/course_catalog_search_history.rb', line 10

def text_filter
  @text_filter
end

#user_external_idObject

Returns the value of attribute user_external_id.



5
6
7
# File 'lib/enlight/models/course_catalog_search_history.rb', line 5

def user_external_id
  @user_external_id
end

#user_idObject

Returns the value of attribute user_id.



4
5
6
# File 'lib/enlight/models/course_catalog_search_history.rb', line 4

def user_id
  @user_id
end