Exception: HumanAttributes::Error::NotEnumerizeAttribute

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

Instance Method Summary collapse

Constructor Details

#initializeNotEnumerizeAttribute

Returns a new instance of NotEnumerizeAttribute.



16
17
18
# File 'lib/human_attributes/errors.rb', line 16

def initialize
  super("needs to be an Enumerize::Value object")
end