# File lib/active_resource/base.rb, line 681
      def build(attributes = {})
        attrs = connection.get("#{new_element_path}").merge(attributes)
        self.new(attrs)
      end