Class: Dogviz::LogicalContainer

Inherits:
Container show all
Defined in:
lib/dogviz/logical_container.rb

Instance Attribute Summary

Attributes inherited from Container

#children, #id, #name, #node, #parent, #render_options, #render_type

Instance Method Summary collapse

Methods inherited from Container

#auto_nominate?, #register, #render, #render_edges

Methods included from Parent

#add, #container, #find, #find_all, #group, #logical_container, #root?, #thing

Methods included from Nominator

#nominate, #nominate_from

Methods included from Common

#ancestors, #create_id, #doclink, #in_rollup?, #in_skip?, #info, #inherited_render_options, #label_with_info, #on_top_rollup?, #rollup!, #rollup?, #root, #setup_render_attributes, #skip!, #skip?, #under_rollup?, #under_skip?

Constructor Details

#initialize(parent, name, options) ⇒ LogicalContainer

Returns a new instance of LogicalContainer.



4
5
6
# File 'lib/dogviz/logical_container.rb', line 4

def initialize(parent, name, options)
  super parent, name, options.merge(bounded: false)
end