Class: AsciidoctorDiagramLayout::CellNode

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end