Method: CloudFormula::Template#errors

Defined in:
lib/cloudformula/template.rb

#errorsObject

Similar to Active Record Validations errors[] object



71
72
73
# File 'lib/cloudformula/template.rb', line 71

def errors
  validate
end