Class: Enlight::Models::CourseCatalogSearchHistory
- Defined in:
- lib/enlight/models/course_catalog_search_history.rb
Instance Attribute Summary collapse
-
#club_ids ⇒ Object
Returns the value of attribute club_ids.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#num_results ⇒ Object
Returns the value of attribute num_results.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#page_index ⇒ Object
Returns the value of attribute page_index.
-
#search ⇒ Object
Returns the value of attribute search.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#text_filter ⇒ Object
Returns the value of attribute text_filter.
-
#user_external_id ⇒ Object
Returns the value of attribute user_external_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#club_ids ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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_results ⇒ Object
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_id ⇒ Object
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_index ⇒ Object
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 |
#search ⇒ Object
Returns the value of attribute search.
9 10 11 |
# File 'lib/enlight/models/course_catalog_search_history.rb', line 9 def search @search end |
#tags ⇒ Object
Returns the value of attribute tags.
13 14 15 |
# File 'lib/enlight/models/course_catalog_search_history.rb', line 13 def end |
#text_filter ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |