lib/hyperkit/client/networks.rb in hyperkit-1.0.0 vs lib/hyperkit/client/networks.rb in hyperkit-1.0.2

- old
+ new

@@ -1,11 +1,11 @@ module Hyperkit class Client # Methods for the networks API - # + # # @see Hyperkit::Client # @see https://github.com/lxc/lxd/blob/master/specs/rest-api.md module Networks # List of networks defined on the host @@ -36,10 +36,10 @@ end def networks_path "/1.0/networks" end - + end end end