Method: PnoteClient::Documents::Hml::Paragraph#initialize
- Defined in:
- lib/pnote_client/documents/hml/paragraph.rb
#initialize(style_id:, shape_id:) ⇒ Paragraph
Returns a new instance of Paragraph.
54 55 56 57 58 59 60 |
# File 'lib/pnote_client/documents/hml/paragraph.rb', line 54 def initialize(style_id:, shape_id:) @style_id = style_id @shape_id = shape_id @endnote_paragraphs = [] @footnote_paragraphs = [] @elements = [] end |