class DocxReport::Record

Public Class Methods

new() click to toggle source
# File lib/docx_report/record.rb, line 7
def initialize
  @fields = []
  @tables = []
end