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