# File lib/active_resource/base.rb, line 987
    def known_attributes
      self.class.known_attributes + self.attributes.keys.map(&:to_s)
    end