Method: RTX::API::Collection#last

Defined in:
lib/rtx/api/collection.rb

#lastObject

For moving to the last page of the collection



88
89
90
91
# File 'lib/rtx/api/collection.rb', line 88

def last
  page(meta[:_total_pages])
  self
end