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