Method: RTX::API::Collection#last
- Defined in:
- lib/rtx/api/collection.rb
#last ⇒ Object
For moving to the last page of the collection
88 89 90 91 |
# File 'lib/rtx/api/collection.rb', line 88 def last page([:_total_pages]) self end |