Sha256: 29ee6a01040697e0725d8af2eb4ae7a3c382b2de80091ddc1133abfc62c9c81f

Contents?: true

Size: 301 Bytes

Versions: 7

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module SectionReport
    module Builder
      module ReportData
        Main = Struct.new :schema, :groups
        Group = Struct.new :headers, :details, :footers
        Section = Struct.new :schema, :items, :min_height
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
thinreports-0.14.2 lib/thinreports/section_report/builder/report_data.rb
thinreports-0.14.1 lib/thinreports/section_report/builder/report_data.rb
thinreports-0.14.0 lib/thinreports/section_report/builder/report_data.rb
thinreports-0.13.1 lib/thinreports/section_report/builder/report_data.rb
thinreports-0.13.0 lib/thinreports/section_report/builder/report_data.rb
thinreports-0.12.1 lib/thinreports/section_report/builder/report_data.rb
thinreports-0.12.0 lib/thinreports/section_report/builder/report_data.rb