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