Sha256: f5bb10f8ec8de8d7603e4ada65eb768606117649daa8fcdfe0c49c3dd6d16dda

Contents?: true

Size: 328 Bytes

Versions: 5

Compression:

Stored size: 328 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module BasicReport
    module Core
      module Shape
        module ImageBlock
          TYPE_NAME = 'image-block'
        end
      end
    end
  end
end

require_relative 'image_block/format'
require_relative 'image_block/internal'
require_relative 'image_block/interface'

Version data entries

5 entries across 5 versions & 1 rubygems

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