blob: 7aec39bd231a7fdd73726133560fa21617d8b13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
# Source: ability.proto for package ''
require 'grpc'
require 'ability_pb'
module Ability
class Service
include ::GRPC::GenericService
self.marshal_class_method = :encode
self.unmarshal_class_method = :decode
self.service_name = 'Ability'
rpc :Allowed, ::AllowRequest, ::AllowReply
end
Stub = Service.rpc_stub_class
end
|