# File lib/aws/record/validators/method.rb, line 25
      def validate_attributes record
        attribute_names.each do |method_name|
          record.send(method_name)
        end
      end