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