A ResolvedReference wraps an unresolved reference after it has been resolved. It also holds the target element to which it has been resolved, i.e. with which the proxy object has been replaced.
# File lib/rgen/fragment/model_fragment.rb, line 41 def initialize(uref, target) @uref, @target = uref, target end