Sha256: b6a58bb4ed62ff003c33f25e49c2dba977390c20c50efff6673094c3bafb75d0
Contents?: true
Size: 384 Bytes
Versions: 21
Compression:
Stored size: 384 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/pagination" module Pokepay::Response class PaginatedTransfers def initialize(row) @rows = row["rows"] @count = row["count"] @pagination = Pagination.new(row["pagination"]) end attr_reader :rows attr_reader :count attr_reader :pagination end end
Version data entries
21 entries across 21 versions & 1 rubygems