Sha256: 5e0a29b5adc4ced770046ce3c78b96a59052ed943e8dd6b7b43c192fb37024c1
Contents?: true
Size: 516 Bytes
Versions: 6
Compression:
Stored size: 516 Bytes
Contents
# Conekta::Page ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **next_page_url** | **String** | URL of the next page. | [optional] | | **previous_page_url** | **String** | Url of the previous page. | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::Page.new( next_page_url: https://api.conekta.io/resources?limit=10&next=chrg_1, previous_page_url: https://api.conekta.io/resources?limit=10&previous=chrg_1 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.5 | docs/Page.md |
conekta-6.0.4 | docs/Page.md |
conekta-6.0.3 | docs/Page.md |
conekta-6.0.2 | docs/Page.md |
conekta-6.0.1 | docs/Page.md |
conekta-6.0.0 | docs/Page.md |