Sha256: 1c7e17b06ebfb673b051783fceb29c344f7b47e28d93bebe17849b715b159908
Contents?: true
Size: 397 Bytes
Versions: 19
Compression:
Stored size: 397 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/paginated_shops" module Pokepay::Request class ListShops < Request def initialize(rest_args = {}) @path = "/shops" @method = "GET" @body_params = { }.merge(rest_args) @response_class = Pokepay::Response::PaginatedShops end attr_reader :response_class end end
Version data entries
19 entries across 19 versions & 1 rubygems