Sha256: de4c7ccbb6b597c2706a0e87715051ae0c12fd2101bfa6d49633614e982ff8c6

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module SectionReport
    module Builder
      module StackViewData
        Row = 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/stack_view_data.rb
thinreports-0.14.1 lib/thinreports/section_report/builder/stack_view_data.rb
thinreports-0.14.0 lib/thinreports/section_report/builder/stack_view_data.rb
thinreports-0.13.1 lib/thinreports/section_report/builder/stack_view_data.rb
thinreports-0.13.0 lib/thinreports/section_report/builder/stack_view_data.rb
thinreports-0.12.1 lib/thinreports/section_report/builder/stack_view_data.rb
thinreports-0.12.0 lib/thinreports/section_report/builder/stack_view_data.rb