AWS::Record::Validator
Uses the base validator class to call user-defined validation methods. @private
# 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