Sha256: 1a378e80c2a75209c018018b62adeca7d3457b09d7187f9a2b63c1ce498a81b3

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thinreports-0.12.1 lib/thinreports/core/shape/stack_view/internal.rb
thinreports-0.12.0 lib/thinreports/core/shape/stack_view/internal.rb