Class: Chain::Config::ClientModule
- Inherits:
-
Chain::ClientModule
- Object
- Chain::ClientModule
- Chain::Config::ClientModule
- Defined in:
- lib/chain/config.rb
Instance Attribute Summary
Attributes inherited from Chain::ClientModule
Instance Method Summary collapse
Methods inherited from Chain::ClientModule
Constructor Details
This class inherits a constructor from Chain::ClientModule
Instance Method Details
#configure(opts) ⇒ void
This method returns an undefined value.
110 111 112 |
# File 'lib/chain/config.rb', line 110 def configure(opts) client.conn.request('configure', opts) end |
#info ⇒ Info
115 116 117 |
# File 'lib/chain/config.rb', line 115 def info Info.new(client.conn.request('info')) end |
#reset(everything: false) ⇒ void
This method returns an undefined value.
105 106 107 |
# File 'lib/chain/config.rb', line 105 def reset(everything: false) client.conn.request('reset', {everything: everything}) end |