Method: Xcodeproj::Project::Object::AbstractObject#project

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

#projectProject (readonly)

Returns the project that owns the object.

Returns:

  • (Project)

    the project that owns the object.



91
92
93
# File 'lib/xcodeproj/project/object.rb', line 91

def project
  @project
end