Class: ActiveResource::Pagination::PagedArray
- Inherits:
-
Array
- Object
- Array
- ActiveResource::Pagination::PagedArray
- Defined in:
- lib/active_resource/pagination.rb
Instance Attribute Summary collapse
-
#current_page ⇒ Object
Returns the value of attribute current_page.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
Instance Attribute Details
#current_page ⇒ Object
Returns the value of attribute current_page.
9 10 11 |
# File 'lib/active_resource/pagination.rb', line 9 def current_page @current_page end |
#total_pages ⇒ Object
Returns the value of attribute total_pages.
8 9 10 |
# File 'lib/active_resource/pagination.rb', line 8 def total_pages @total_pages end |