Class: Magentwo::Filter::CurrentPage
Instance Attribute Summary
Attributes inherited from Simple
Instance Method Summary collapse
-
#initialize(value) ⇒ CurrentPage
constructor
A new instance of CurrentPage.
Methods inherited from Simple
Constructor Details
#initialize(value) ⇒ CurrentPage
Returns a new instance of CurrentPage.
120 121 122 |
# File 'lib/filter.rb', line 120 def initialize value super(:current_page, value) end |