Class: AsciidoctorDiagramLayout::ContainerNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/asciidoctor_diagram_layout/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



122
123
124
# File 'lib/asciidoctor_diagram_layout/parser.rb', line 122

def children
  @children
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



122
123
124
# File 'lib/asciidoctor_diagram_layout/parser.rb', line 122

def direction
  @direction
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



122
123
124
# File 'lib/asciidoctor_diagram_layout/parser.rb', line 122

def size
  @size
end