Method: Chain::Config::ClientModule#info
- Defined in:
- lib/chain/config.rb
#info ⇒ Info
Get info on specified Chain Core.
162 163 164 |
# File 'lib/chain/config.rb', line 162 def info Info.new(client.conn.request('info')) end |
Get info on specified Chain Core.
162 163 164 |
# File 'lib/chain/config.rb', line 162 def info Info.new(client.conn.request('info')) end |