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.
114 115 116 |
# File 'lib/chain/config.rb', line 114 def configure(opts) client.conn.request('configure', opts) end |
#info ⇒ Info
119 120 121 |
# File 'lib/chain/config.rb', line 119 def info Info.new(client.conn.request('info')) end |
#reset(everything: false) ⇒ void
This method returns an undefined value.
109 110 111 |
# File 'lib/chain/config.rb', line 109 def reset(everything: false) client.conn.request('reset', {everything: everything}) end |