Class: Rails::Surrender::QueryParamParser::Pagination
- Inherits:
-
Struct
- Object
- Struct
- Rails::Surrender::QueryParamParser::Pagination
- Defined in:
- lib/rails/surrender/helpers/query_param_parser.rb
Instance Attribute Summary collapse
-
#page ⇒ Object
Returns the value of attribute page.
-
#per ⇒ Object
Returns the value of attribute per.
Instance Attribute Details
#page ⇒ Object
Returns the value of attribute page
22 23 24 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 22 def page @page end |
#per ⇒ Object
Returns the value of attribute per
22 23 24 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 22 def per @per end |