Method: Coradoc::Element::Paragraph#id

Defined in:
lib/coradoc/element/paragraph.rb

#idObject



17
18
19
# File 'lib/coradoc/element/paragraph.rb', line 17

def id
  content&.first&.id&.to_s
end