Sha256: 2c033fd61b28e68362d189c3133f89768b1b0e928aa583137cde389ea364cb62
Contents?: true
Size: 371 Bytes
Versions: 21
Compression:
Stored size: 371 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/echo" module Pokepay::Request class SendEcho < Request def initialize(message) @path = "/echo" @method = "POST" @body_params = { "message" => message } @response_class = Pokepay::Response::Echo end attr_reader :response_class end end
Version data entries
21 entries across 21 versions & 1 rubygems