Method: Xcodeproj::Workspace::GroupReference#name
- Defined in:
- lib/xcodeproj/workspace/group_reference.rb
#name ⇒ String (readonly)
Returns the name of the group.
10 11 12 |
# File 'lib/xcodeproj/workspace/group_reference.rb', line 10 def name @name end |