Module: Enlight::Requests::Searchable

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#page_indexObject

Returns the value of attribute page_index.



4
5
6
# File 'lib/enlight/requests/searchable.rb', line 4

def page_index
  @page_index
end

#page_sizeObject

Returns the value of attribute page_size.



5
6
7
# File 'lib/enlight/requests/searchable.rb', line 5

def page_size
  @page_size
end

#sortObject

Returns the value of attribute sort.



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

def sort
  @sort
end