Method: RTX::API::Collection#first

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

#firstObject

For moving to the first page of the collection



94
95
96
97
# File 'lib/rtx/api/collection.rb', line 94

def first
  page(1)
  self
end