Module: ConvenientService::Utils::Class
- Defined in:
- lib/convenient_service/utils/class.rb,
lib/convenient_service/utils/class/display_name.rb,
lib/convenient_service/utils/class/get_attached_object.rb
Defined Under Namespace
Classes: DisplayName, GetAttachedObject
Class Method Summary collapse
- .attached_object ⇒ Class? private
- .display_name ⇒ String private
Class Method Details
.attached_object ⇒ Class?
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.
29 30 31 |
# File 'lib/convenient_service/utils/class.rb', line 29 def attached_object(...) GetAttachedObject.call(...) end |
.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.
20 21 22 |
# File 'lib/convenient_service/utils/class.rb', line 20 def display_name(...) DisplayName.call(...) end |