Sha256: 86df06ca12b89a0b5c3b5d2927486e540aa667096db98d08e48ff96e6767cd24
Contents?: true
Size: 435 Bytes
Versions: 19
Compression:
Stored size: 435 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/account_detail" module Pokepay::Request class UpdateAccount < Request def initialize(account_id, rest_args = {}) @path = "/accounts" + "/" + account_id @method = "PATCH" @body_params = { }.merge(rest_args) @response_class = Pokepay::Response::AccountDetail end attr_reader :response_class end end
Version data entries
19 entries across 19 versions & 1 rubygems