Method: RTX::API::CollectionV2#has_previous?
- Defined in:
- lib/rtx/api/collection_v2.rb
#has_previous? ⇒ Boolean
Responds true if the collection has a previous one
55 56 57 |
# File 'lib/rtx/api/collection_v2.rb', line 55 def has_previous? !before_token.nil? end |