popcorn :: RepoObject :: id
self
This attribute is serialized under the key _id to be used as primary key by MongoDb
_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"
# Primary key: the repo id redef var id is lazy, serialize_as("_id") do return repo.full_name