Method: Mutations::Command#has_errors?

Defined in:
lib/mutations/command.rb

#has_errors?Boolean

Returns:

  • (Boolean)


74
75
76
# File 'lib/mutations/command.rb', line 74

def has_errors?
  !@errors.nil?
end