Sha256: 24f0cb49d8cc04210ddc98e234d4505b13d6ddd54a769ca47513fc318734bc47
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. module Pokepay::Response class PaginatedTransfersV2 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
3 entries across 3 versions & 1 rubygems