describedAs abstract method
Adds a human-readable description
to this pod spec.
This can be useful for debugging, logging, or documentation purposes.
Example
spec.describedAs('Handles authentication logic');
Implementation
Spec<T> describedAs(String description);