public native getValue(target as Object) as Object
Returns the current value of the attribute on the given target object.
Non-public attributes require accessible = true.
Current boxed value of the attribute.
attr = type(r).getAttribute("_numerator")
attr.accessible = true
assert attr.getValue(r) == 1