Module DataMapper::Property::Lookup
In: lib/dm-core/property/lookup.rb

Methods

Protected Instance methods

Provides transparent access to the Properties defined in {Property}.

@param [Symbol] name

  The name of the property to lookup.

@return [Property]

  The property with the given name.

@raise [NameError]

  The property could not be found.

@api private

@since 1.0.1

[Validate]