class Protobuf::Rpc::Service

def port

The port of the service on the destination server
def port
  configure
  locations[self][:port] || DEFAULT_LOCATION[:port]
end