Sha256: 2ee001b64c5bfc11afef0639da1220746f59f0beb25b6623ea26882e698aa712
Contents?: true
Size: 384 Bytes
Versions: 6
Compression:
Stored size: 384 Bytes
Contents
# Conekta::Pagination ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_more** | **Boolean** | Indicates if there are more pages to be requested | | | **object** | **String** | Object type, in this case is list | | ## Example ```ruby require 'conekta' instance = Conekta::Pagination.new( has_more: false, object: list ) ```
Version data entries
6 entries across 6 versions & 1 rubygems