# File lib/openstack-quantum-client/l2l3/firewall.rb, line 16 def list response = HTTParty.get(@quantum_url) JSON.parse(response.body)["firewalls"] if response end