Sha256: f01c05f2c0642122bb0f55888d192f13fbbbd7552574d23bd89193a10ed0b797
Contents?: true
Size: 421 Bytes
Versions: 6
Compression:
Stored size: 421 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/transaction_detail" module Pokepay::Request class GetTransaction < Request def initialize(transaction_id) @path = "/transactions" + "/" + transaction_id @method = "GET" @body_params = { } @response_class = Pokepay::Response::TransactionDetail end attr_reader :response_class end end
Version data entries
6 entries across 6 versions & 1 rubygems