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