Class: Magentwo::Filter::CurrentPage

Inherits:
Simple
  • Object
show all
Defined in:
lib/filter.rb

Instance Attribute Summary

Attributes inherited from Simple

#key, #value

Instance Method Summary collapse

Methods inherited from Simple

#to_query, #to_s

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