Sha256: 46d8ed9b60c48f33cd35312fa21078fdff3818b4c0a1701178bb1b8881710f64
Contents?: true
Size: 393 Bytes
Versions: 3
Compression:
Stored size: 393 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/pagination" module Pokepay::Response class PaginatedBulkTransactionJob 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
3 entries across 3 versions & 1 rubygems