Object
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 34 def initialize(uref, target) @uref, @target = uref, target end
[Validate]
Generated with the Darkfish Rdoc Generator 2.