Method: Chain::Config::ClientModule#configure
- Defined in:
- lib/chain/config.rb
#configure(opts) ⇒ void
This method returns an undefined value.
Configure specified Chain Core.
156 157 158 |
# File 'lib/chain/config.rb', line 156 def configure(opts) client.conn.request('configure', opts) end |