Class: Onsi::Paginate::Result
- Inherits:
-
Struct
- Object
- Struct
- Onsi::Paginate::Result
- Defined in:
- lib/onsi/paginate.rb
Overview
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
18 19 20 |
# File 'lib/onsi/paginate.rb', line 18 def params @params end |
#query ⇒ Object
Returns the value of attribute query
18 19 20 |
# File 'lib/onsi/paginate.rb', line 18 def query @query end |