Module: Constants
- Defined in:
- lib/au_core_test_kit/constants.rb
Class Method Summary collapse
Class Method Details
.validation_message_filters ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/au_core_test_kit/constants.rb', line 4 def self. [ "The value provided ('xml') was not found in the value set 'MimeType'", "The value provided ('json') was not found in the value set 'MimeType'", "The value provided ('ttl') was not found in the value set 'MimeType'" ].freeze end |