Method: Docx::Elements::Containers::Table#initialize

Defined in:
lib/docx/containers/table.rb

#initialize(node) ⇒ Table

Returns a new instance of Table.



16
17
18
19
# File 'lib/docx/containers/table.rb', line 16

def initialize(node)
  @node = node
  @properties_tag = 'tblGrid'
end