Method: Markdoc::Sequence::Diagram#height
- Defined in:
- lib/markdoc/sequence.rb
#height ⇒ Object
300 301 302 303 304 |
# File 'lib/markdoc/sequence.rb', line 300 def height attributes[:message][:offset] + attributes[:message][:spacing] * rows + attributes[:diagram][:offsety] * 2 end |