class Xcodeproj::Project::Object::AbstractObject

def to_one_attributes

Returns:
  • (Array) - the attributes
def to_one_attributes
  @to_one_attributes ||= attributes.select { |a| a.type == :to_one }
end