Module: ParamsValidator::Validator::Base
- Included in:
- TypeArray, TypeFloat, TypeHash, TypeInteger, TypeString
- Defined in:
- lib/params_validator/validator/type.rb
Class Method Summary collapse
Class Method Details
.error_message ⇒ Object
12 13 14 |
# File 'lib/params_validator/validator/type.rb', line 12 def self. "is not of type #{@type_name.to_s.downcase}" end |