Sha256: 6d5b3321831f7173f9e0170093c84abde4c5b8b1bd1bf859bd6fcf8288d79100
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 Bytes
Contents
# Code generated by protoc-gen-twirp_ruby 1.6.0, DO NOT EDIT. require 'twirp' require_relative 'api_pb.rb' module RPC module DummyAPI class DummyService < Twirp::Service package 'dummy.api' service 'Dummy' rpc :Ping, PingRequest, PingResponse, :ruby_method => :ping rpc :PingRender, PingRequest, PingResponse, :ruby_method => :ping_render rpc :PingTemplate, PingRequest, PingResponse, :ruby_method => :ping_template rpc :ErrorResponse, PingRequest, PingResponse, :ruby_method => :error_response rpc :RaiseError, PingRequest, PingResponse, :ruby_method => :raise_error rpc :UncaughtError, PingRequest, PingResponse, :ruby_method => :uncaught_error rpc :BeforeError, PingRequest, PingResponse, :ruby_method => :before_error end class DummyClient < Twirp::Client client_for DummyService end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_twirp-0.4.0 | test/dummy/proto/api_twirp.rb |
rails_twirp-0.3.0 | test/dummy/proto/api_twirp.rb |