self unique id.

This attribute is serialized under the key _id to be used as primary key by MongoDb

Property definitions

popcorn $ RepoObject :: id
	# `self` unique id.
	#
	# This attribute is serialized under the key `_id` to be used
	# as primary key by MongoDb
	var id: String = (new MongoObjectId).id is writable, serialize_as "_id"
lib/popcorn/pop_repos.nit:413,2--417,72

github $ LoaderJob :: id
	# Primary key: the repo id
	redef var id is lazy, serialize_as("_id") do return repo.full_name
lib/github/loader.nit:434,2--435,67