# Code generated by protoc-gen-twirp_ruby 1.11.0, DO NOT EDIT. require 'twirp' require_relative 'ability_pb.rb' module Authx module Rpc class AbilityService < ::Twirp::Service package 'authx.rpc' service 'Ability' rpc :Allowed, AllowRequest, AllowReply, :ruby_method => :allowed end class AbilityClient < ::Twirp::Client client_for AbilityService end end end