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