Sha256: 07f6e6a146359102e78f712ef86231ce9b01eaede7ef0512c7a02c089fba61ac

Contents?: true

Size: 294 Bytes

Versions: 4

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thinreports-0.10.3 lib/thinreports/core/shape/image_block.rb
thinreports-0.10.2 lib/thinreports/core/shape/image_block.rb
thinreports-0.10.1 lib/thinreports/core/shape/image_block.rb
thinreports-0.10.0 lib/thinreports/core/shape/image_block.rb