class Protobuf::Rpc::Service

def self.rpcs


Hash containing the set of methods defined via `rpc`.
def self.rpcs
  @_rpcs ||= {}
end