Sha256: cf2696e7b0d2b425483483649d0595362525b75f7ac529493a6655f566f50508
Contents?: true
Size: 386 Bytes
Versions: 21
Compression:
Stored size: 386 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/pagination" module Pokepay::Response class PaginatedTransaction 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