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.
24 25 26 |
# File 'lib/convenient_service/utils/class.rb', line 24 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.
15 16 17 |
# File 'lib/convenient_service/utils/class.rb', line 15 def display_name(...) DisplayName.call(...) end |