class Xcodeproj::Project::ObjectDictionary

def initialize(attribute, owner)

Parameters:
  • owner (Object) -- @see #owner
  • attribute (Object::AbstractObjectAttribute) -- @see #attribute
def initialize(attribute, owner)
  @attribute = attribute
  @owner = owner
end