Method: RTX::API::CollectionV2#paging
- Defined in:
- lib/rtx/api/collection_v2.rb
#paging ⇒ Object
Returns the paging information about the current response
31 32 33 34 35 |
# File 'lib/rtx/api/collection_v2.rb', line 31 def paging client.authenticate if !client.authenticated? collection if !has_response? response[:paging] end |