Class: XcodeProject::PBXFileReference
- Defined in:
- lib/xcodeproject/pbx_file_reference.rb
Instance Attribute Summary
Attributes inherited from FileNode
Attributes inherited from Node
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(root, uuid, data) ⇒ PBXFileReference
constructor
A new instance of PBXFileReference.
- #remove! ⇒ Object
Methods inherited from FileNode
#group_path, #parent, #total_path
Constructor Details
#initialize(root, uuid, data) ⇒ PBXFileReference
Returns a new instance of PBXFileReference.
30 31 32 |
# File 'lib/xcodeproject/pbx_file_reference.rb', line 30 def initialize (root, uuid, data) super(root, uuid, data) end |