Method: Markdoc::Sequence::Diagram#height

Defined in:
lib/markdoc/sequence.rb

#heightObject



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