Method: Xcodeproj::Project::ObjectList#attribute
- Defined in:
- lib/xcodeproj/project/object_list.rb
#attribute ⇒ Array<Class> (readonly)
Returns the attribute that generated the list.
29 30 31 |
# File 'lib/xcodeproj/project/object_list.rb', line 29 def attribute @attribute end |