Sha256: 59332795c3e8347c54743926a54c92d94aed3c0888f940ab428d56cf418d2987

Contents?: true

Size: 466 Bytes

Versions: 5

Compression:

Stored size: 466 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module BasicReport
    module Core
      module Shape
        module StackView
          class Internal < Basic::Internal
            def initialize(parent, format)
              super
              @rows = []
            end

            attr_accessor :rows

            def type_of?(type_name)
              type_name == StackView::TYPE_NAME
            end
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.14.2 lib/thinreports/basic_report/core/shape/stack_view/internal.rb
thinreports-0.14.1 lib/thinreports/basic_report/core/shape/stack_view/internal.rb
thinreports-0.14.0 lib/thinreports/basic_report/core/shape/stack_view/internal.rb
thinreports-0.13.1 lib/thinreports/basic_report/core/shape/stack_view/internal.rb
thinreports-0.13.0 lib/thinreports/basic_report/core/shape/stack_view/internal.rb