Class: AsciidoctorDiagramLayout::ContainerNode
- Inherits:
-
Struct
- Object
- Struct
- AsciidoctorDiagramLayout::ContainerNode
- Defined in:
- lib/asciidoctor_diagram_layout/parser.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
122 123 124 |
# File 'lib/asciidoctor_diagram_layout/parser.rb', line 122 def children @children end |
#direction ⇒ Object
Returns the value of attribute direction
122 123 124 |
# File 'lib/asciidoctor_diagram_layout/parser.rb', line 122 def direction @direction end |
#size ⇒ Object
Returns the value of attribute size
122 123 124 |
# File 'lib/asciidoctor_diagram_layout/parser.rb', line 122 def size @size end |