Method: Xcodeproj::Project::ObjectDictionary#owner

Defined in:
lib/xcodeproj/project/object_dictionary.rb

#ownerObject (readonly)

Returns The object that owns the list.

Returns:

  • (Object)

    The object that owns the list.



58
59
60
# File 'lib/xcodeproj/project/object_dictionary.rb', line 58

def owner
  @owner
end