Exception: HumanAttributes::Error::RequiredAttributeType

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/human_attributes/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeRequiredAttributeType

Returns a new instance of RequiredAttributeType.



35
36
37
# File 'lib/human_attributes/errors.rb', line 35

def initialize
  super("type is required")
end