errors()
Returns the Errors object that holds all information about attribute error messages.
# File activeresource/lib/active_resource/validations.rb, line 130 def errors @errors ||= Errors.new(self) end