Nokogiri::XML::SAX::Document
# File lib/fog/core/parser.rb, line 13 def attr_value(name, attrs) (entry = attrs.detect {|a, v| a == name }) && entry.last end
# File lib/fog/core/parser.rb, line 21 def characters(string) @value ||= '' @value << string end
Generated with the Darkfish Rdoc Generator 2.