class StraightServer::GatewayModule::NoBlockchainAdapters

Public Instance Methods

message() click to toggle source
# File lib/straight-server/gateway.rb, line 16
def message
  "No blockchain adapters were found! StraightServer cannot query the blockchain.\n" +
  "Check your ~/.straight/config.yml file and make sure valid blockchain adapters\n" +
  "are present."
end