Class: Paggi::Paginated
- Inherits:
-
Object
- Object
- Paggi::Paginated
- Defined in:
- lib/paggi/paginated.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#result ⇒ Object
Returns the value of attribute result.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
3 4 5 |
# File 'lib/paggi/paginated.rb', line 3 def errors @errors end |
#result ⇒ Object
Returns the value of attribute result.
3 4 5 |
# File 'lib/paggi/paginated.rb', line 3 def result @result end |
#total ⇒ Object
Returns the value of attribute total.
3 4 5 |
# File 'lib/paggi/paginated.rb', line 3 def total @total end |