Class: Magento::SearchCriterium
- Inherits:
-
Object
- Object
- Magento::SearchCriterium
- Includes:
- ModelParser
- Defined in:
- lib/magento/shared/search_criterium.rb
Instance Attribute Summary collapse
-
#current_page ⇒ Object
Returns the value of attribute current_page.
-
#filter_groups ⇒ Object
Returns the value of attribute filter_groups.
-
#page_size ⇒ Object
Returns the value of attribute page_size.
Method Summary
Methods included from ModelParser
Instance Attribute Details
#current_page ⇒ Object
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_groups ⇒ Object
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_size ⇒ Object
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 |