Method: Xcodeproj::Project::Object::AbstractObject#to_hash

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

#to_hashHash

Note:

the key for simple and to_one attributes usually appears only if there is a value. To-many keys always appear with an empty array.

Returns a cascade representation of the object with UUIDs.

Returns:

  • (Hash)

    a hash representation of the project.



375
376
377
# File 'lib/xcodeproj/project/object.rb', line 375

def to_hash
  to_hash_as
end