class XRBP::WebSocket::Cmds::ServerInfo

The server_info command asks the server for a human-readable version of various information about the rippled server being queried.

developers.ripple.com/server_info.html

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/xrbp/websocket/cmds/server_info.rb, line 9
def initialize
  super({'command' => 'server_info'})
end