Class: Magentwo::Filter::PageSize

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) ⇒ PageSize

Returns a new instance of PageSize.



114
115
116
# File 'lib/filter.rb', line 114

def initialize value
  super(:page_size, value)
end