Method: Xcodeproj::Project::ObjectList#attribute

Defined in:
lib/xcodeproj/project/object_list.rb

#attributeArray<Class> (readonly)

Returns the attribute that generated the list.

Returns:

  • (Array<Class>)

    the attribute that generated the list.



29
30
31
# File 'lib/xcodeproj/project/object_list.rb', line 29

def attribute
  @attribute
end