Sha256: ef9b4d6706efa166be1a680810e7e81370c51cb665838fa0c89d50af076ff14a

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinreports-0.12.1 lib/thinreports/core/shape/image_block.rb
thinreports-0.12.0 lib/thinreports/core/shape/image_block.rb
thinreports-0.11.0 lib/thinreports/core/shape/image_block.rb