Method: UserAgentEchoService#an_rpc
- Defined in:
- src/ruby/spec/user_agent_spec.rb
#an_rpc(_req, call) ⇒ Object
22 23 24 |
# File 'src/ruby/spec/user_agent_spec.rb', line 22 def an_rpc(_req, call) EchoMsg.new(msg: call.['user-agent']) end |