Method: ReportBuilder::Builder::Html#initialize

Defined in:
lib/reportbuilder/builder/html.rb

#initialize(builder, options) ⇒ Html

Returns a new instance of Html.



6
7
8
9
10
11
12
# File 'lib/reportbuilder/builder/html.rb', line 6

def initialize(builder, options)
  super
  @directory        = @options.delete :directory
  @body=""
  @headers=[]
  @footers=[]
end