Method: Hoodoo::Errors#uuid
- Defined in:
- lib/hoodoo/errors/errors.rb
#uuid ⇒ Object (readonly)
Errors are manifestations of the Errors resource. They acquire a UUID when instantiated, even if the instance is never used or persisted.
43 44 45 |
# File 'lib/hoodoo/errors/errors.rb', line 43 def uuid @uuid end |