Class: Compositor::Map
- Defined in:
- lib/compositor/map.rb
Instance Attribute Summary
Attributes inherited from Composite
Attributes inherited from Base
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
#renderer ⇒ Object
3 4 5 |
# File 'lib/compositor/map.rb', line 3 def renderer @renderer ||= Compositor::Renderer::Merged end |