Sha256: 70f88ba87c8f9da2b477dff1e8adf50c574ae49392c45b03fbb0c5edb9bfc102
Contents?: true
Size: 438 Bytes
Versions: 6
Compression:
Stored size: 438 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/account_deleted" module Pokepay::Request class DeleteAccount < Request def initialize(account_id, rest_args = {}) @path = "/accounts" + "/" + account_id @method = "DELETE" @body_params = { }.merge(rest_args) @response_class = Pokepay::Response::AccountDeleted end attr_reader :response_class end end
Version data entries
6 entries across 6 versions & 1 rubygems