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

Class Method Details

.attached_objectClass?

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.

Returns:



24
25
26
# File 'lib/convenient_service/utils/class.rb', line 24

def attached_object(...)
  GetAttachedObject.call(...)
end

.display_nameString

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.

Returns:



15
16
17
# File 'lib/convenient_service/utils/class.rb', line 15

def display_name(...)
  DisplayName.call(...)
end