# File lib/fog/parsers/base.rb, line 12 def attr_value(name, attrs) (entry = attrs.find {|a| a.localname == name }) && entry.value end