klyn.reflection.Attribute.accessible
property
public property accessible as Boolean:
Description

Allows reflective access to a non-public attribute when enabled.

Example
attr = type(r).getAttribute("_numerator")
attr.accessible = true
print(attr.getValue(r))