Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 516 Bytes

Page.md

File metadata and controls

20 lines (14 loc) · 516 Bytes

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

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
)