Method: PnoteClient::Documents::Hml::Rectangle#initialize

Defined in:
lib/pnote_client/documents/hml/rectangle.rb

#initializeRectangle

Returns a new instance of Rectangle.



21
22
23
# File 'lib/pnote_client/documents/hml/rectangle.rb', line 21

def initialize
  @paragraphs = []
end