Sha256: 0945e84dec2454a300f09c8763ad123e04ff9b0f8bda4669a37a3248a263e925
Contents?: true
Size: 430 Bytes
Versions: 15
Compression:
Stored size: 430 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/shop_with_accounts" module Pokepay::Request class UpdateShop < Request def initialize(shop_id, rest_args = {}) @path = "/shops" + "/" + shop_id @method = "PATCH" @body_params = { }.merge(rest_args) @response_class = Pokepay::Response::ShopWithAccounts end attr_reader :response_class end end
Version data entries
15 entries across 15 versions & 1 rubygems