# File lib/openstack-quantum-client/l2l3/network.rb, line 18
      def show(id)
        HTTParty.get("#{@quantum_url}/networks/#{id}.json")
      end