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