Module: Thinreports::BasicReport::Layout

Defined in:
lib/thinreports/basic_report/layout.rb,
lib/thinreports/basic_report/layout/base.rb,
lib/thinreports/basic_report/layout/format.rb,
lib/thinreports/basic_report/layout/version.rb,
lib/thinreports/basic_report/layout/legacy_schema.rb

Defined Under Namespace

Classes: Base, Format, LegacySchema, Version

Class Method Summary collapse

Class Method Details

.new(filename, options = {}) ⇒ Object



7
8
9
# File 'lib/thinreports/basic_report/layout.rb', line 7

def self.new(filename, options = {})
  Base.new(filename, options)
end