Module: ConvenientService::Utils::Class
- Defined in:
- lib/convenient_service/utils/class.rb,
lib/convenient_service/utils/class/display_name.rb
Defined Under Namespace
Classes: DisplayName
Class Method Summary collapse
- .display_name ⇒ String private
Class Method Details
.display_name ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/convenient_service/utils/class.rb', line 14 def display_name(...) DisplayName.call(...) end |