Method: FlatMap::OpenMapper::Mounting#mountings
- Defined in:
- lib/flat_map/open_mapper/mounting.rb
#mountings ⇒ Array<FlatMap::OpenMapper>
Return a list of all mountings (mapper objects) associated with self
.
Overridden in Traits. Left here for consistency.
96 97 98 |
# File 'lib/flat_map/open_mapper/mounting.rb', line 96 def mountings @mountings ||= self.class.mountings.map{ |factory| factory.create(self) } end |