Method: Docker::Network#json
- Defined in:
- lib/docker/network.rb
#json(opts = {}) ⇒ Object
27 28 29 |
# File 'lib/docker/network.rb', line 27 def json(opts = {}) Docker::Util.parse_json(connection.get(path_for, opts)) end |
27 28 29 |
# File 'lib/docker/network.rb', line 27 def json(opts = {}) Docker::Util.parse_json(connection.get(path_for, opts)) end |