Class: Magento::SearchCriterium

Inherits:
Object
  • Object
show all
Includes:
ModelParser
Defined in:
lib/magento/shared/search_criterium.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ModelParser

included, #to_h

Instance Attribute Details

#current_pageObject

Returns the value of attribute current_page.



4
5
6
# File 'lib/magento/shared/search_criterium.rb', line 4

def current_page
  @current_page
end

#filter_groupsObject

Returns the value of attribute filter_groups.



4
5
6
# File 'lib/magento/shared/search_criterium.rb', line 4

def filter_groups
  @filter_groups
end

#page_sizeObject

Returns the value of attribute page_size.



4
5
6
# File 'lib/magento/shared/search_criterium.rb', line 4

def page_size
  @page_size
end