Method: Xcodeproj::Workspace::GroupReference#name

Defined in:
lib/xcodeproj/workspace/group_reference.rb

#nameString (readonly)

Returns the name of the group.

Returns:

  • (String)

    the name of the group



10
11
12
# File 'lib/xcodeproj/workspace/group_reference.rb', line 10

def name
  @name
end