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