# File lib/opml.rb, line 36
    def method_missing(method, *args, &block)
      attributes[method.to_s] || super
    end