Class: WinewooCore::Services::Finders::IndexFilters
- Inherits:
-
Object
- Object
- WinewooCore::Services::Finders::IndexFilters
- Defined in:
- lib/winewoo_core/services/finders/index_filters.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#interpro ⇒ Object
Returns the value of attribute interpro.
-
#list_of_wines ⇒ Object
Returns the value of attribute list_of_wines.
-
#max_number ⇒ Object
Returns the value of attribute max_number.
-
#page ⇒ Object
Returns the value of attribute page.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#producer ⇒ Object
Returns the value of attribute producer.
-
#query ⇒ Object
Returns the value of attribute query.
-
#scope_recents ⇒ Object
Returns the value of attribute scope_recents.
-
#screen_size ⇒ Object
Returns the value of attribute screen_size.
-
#top_wines ⇒ Object
Returns the value of attribute top_wines.
-
#user_role ⇒ Object
Returns the value of attribute user_role.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
10 11 12 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 10 def category @category end |
#interpro ⇒ Object
Returns the value of attribute interpro.
4 5 6 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 4 def interpro @interpro end |
#list_of_wines ⇒ Object
Returns the value of attribute list_of_wines.
14 15 16 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 14 def list_of_wines @list_of_wines end |
#max_number ⇒ Object
Returns the value of attribute max_number.
8 9 10 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 8 def max_number @max_number end |
#page ⇒ Object
Returns the value of attribute page.
11 12 13 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 11 def page @page end |
#per_page ⇒ Object
Returns the value of attribute per_page.
12 13 14 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 12 def per_page @per_page end |
#producer ⇒ Object
Returns the value of attribute producer.
5 6 7 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 5 def producer @producer end |
#query ⇒ Object
Returns the value of attribute query.
7 8 9 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 7 def query @query end |
#scope_recents ⇒ Object
Returns the value of attribute scope_recents.
15 16 17 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 15 def scope_recents @scope_recents end |
#screen_size ⇒ Object
Returns the value of attribute screen_size.
9 10 11 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 9 def screen_size @screen_size end |
#top_wines ⇒ Object
Returns the value of attribute top_wines.
13 14 15 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 13 def top_wines @top_wines end |
#user_role ⇒ Object
Returns the value of attribute user_role.
6 7 8 |
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 6 def user_role @user_role end |