# File lib/fog/openstack/requests/network/list_subnets.rb, line 17 def list_subnets(filters = {}) Excon::Response.new( :body => { 'subnets' => self.data[:subnets].values }, :status => 200 ) end