Sha256: a9f53ba952351b846f2743f5d14524f5145df3b91e664fbbf0e0f00459c167cb
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/account" 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::Account end attr_reader :response_class end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pokepay_partner_ruby_sdk-0.1.18 | lib/pokepay_partner_ruby_sdk/request/update_account.rb |