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