class StraightServer::GatewayModule::NoPubkey

Public Instance Methods

message() click to toggle source
# File lib/straight-server/gateway.rb, line 39
def message
  "No public key were found! Gateway can't work without it.\n" +
  "Please provide it in config file or DB."
end