oref

oref is a Lisp macro in `eieio.el'.

(oref OBJ SLOT)

Retrieve the value stored in OBJ in the slot named by SLOT.
Slot is the name of the slot when created by `defclass' or the label
created by the :initarg tag.