Method: Hoodoo::Errors#descriptions
- Defined in:
- lib/hoodoo/errors/errors.rb
#descriptions ⇒ Object (readonly)
The Hoodoo::ErrorDescriptions instance associated with this error collection. Only error codes that the instance’s Hoodoo::ErrorDescriptions#recognised? method says are recognised can be added to the error collection, else Hoodoo::Errors::UnknownCode will be raised.
62 63 64 |
# File 'lib/hoodoo/errors/errors.rb', line 62 def descriptions @descriptions end |