Class RGen::Instantiator::AbstractInstantiator
In: lib/rgen/instantiator/abstract_instantiator.rb
Parent: Object

Methods

new   resolve   resolve_by_id  

Attributes

resolver_descs  [RW] 

Public Class methods

Specifies that attribute should be resolved. If +:class+ is specified, resolve attribute only for objects of type class. The block must return the value to which the attribute should be assigned. The object for which the attribute is to be resolved will be accessible in the current context within the block.

Resolves attribute to a model element which has attribute +:id+ set to the value currently in attribute +:src+

[Validate]