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