Method: Xcodeproj::Project::Object::AbstractObject#to_hash
- Defined in:
- lib/xcodeproj/project/object.rb
#to_hash ⇒ Hash
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.
375 376 377 |
# File 'lib/xcodeproj/project/object.rb', line 375 def to_hash to_hash_as end |