Parent

Methods

Class/Module Index [+]

Quicksearch

RGen::Fragment::ModelFragment::ResolvedReference

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.

Attributes

target[R]
uref[R]

Public Class Methods

new(uref, target) click to toggle source
# 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.