Class: Compositor::Map

Inherits:
Composite show all
Defined in:
lib/compositor/map.rb

Instance Attribute Summary

Attributes inherited from Composite

#collection

Attributes inherited from Base

#attrs, #context, #root

Instance Method Summary collapse

Methods inherited from Composite

#composite?, #dsl, #initialize, #to_hash

Methods inherited from Base

#dsl, #include_root?, inherited, #initialize, root_class_name, #root_class_name, #to_h, #to_hash, #to_json, #with_root_element

Constructor Details

This class inherits a constructor from Compositor::Composite

Instance Method Details

#rendererObject



3
4
5
# File 'lib/compositor/map.rb', line 3

def renderer
  @renderer ||= Compositor::Renderer::Merged
end