Class: WinewooCore::Services::Finders::IndexFilters

Inherits:
Object
  • Object
show all
Defined in:
lib/winewoo_core/services/finders/index_filters.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



10
11
12
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 10

def category
  @category
end

#interproObject

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_winesObject

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_numberObject

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

#pageObject

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_pageObject

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

#producerObject

Returns the value of attribute producer.



5
6
7
# File 'lib/winewoo_core/services/finders/index_filters.rb', line 5

def producer
  @producer
end

#queryObject

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_recentsObject

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_sizeObject

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_winesObject

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_roleObject

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