Sha256: dc0ca0f549c369448ea4c98739706949503a3586021c62775a52fa9d7cbac2fb
Contents?: true
Size: 497 Bytes
Versions: 5
Compression:
Stored size: 497 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. module Pokepay::Response class PaginatedTransactionV2 def initialize(row) @rows = row["rows"] @per_page = row["per_page"] @count = row["count"] @next_page_cursor_id = row["next_page_cursor_id"] @prev_page_cursor_id = row["prev_page_cursor_id"] end attr_reader :rows attr_reader :per_page attr_reader :count attr_reader :next_page_cursor_id attr_reader :prev_page_cursor_id end end
Version data entries
5 entries across 5 versions & 1 rubygems