Class: PBXProject::PBXTypes::PBXGroup
- Defined in:
- lib/pbxproject/pbxtypes.rb
Instance Attribute Summary
Attributes inherited from ISAType
Instance Method Summary collapse
Methods inherited from ISAType
#_pbx_format, #_pbx_indent, #_pbx_newline, #basic_value, has_fields, has_format, #hashify, #initialize, #to_pbx
Constructor Details
This class inherits a constructor from PBXProject::PBXTypes::ISAType
Instance Method Details
#add_children(fileref) ⇒ Object
198 199 200 201 202 |
# File 'lib/pbxproject/pbxtypes.rb', line 198 def add_children(fileref) @children.push BasicValue.new(:value => fileref.guid, :comment => fileref.comment) fileref.guid end |