# File lib/aws/xml_grammar.rb, line 39 def method_missing(m, *args) key = m.to_sym return super unless @data.key?(key) @data[key] end