class Protobuf::Rpc::Service

def host

The host location of the service
def host
  configure
  locations[self][:host] || DEFAULT_LOCATION[:host]
end