Sha256: eb7c98839731ec5ac76e670f5a8d69b0e06c808433b38c927a2bafd7754f1405

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

# coding: utf-8

module ThinReports
  module Core::Shape
    
    module ImageBlock
      TYPE_NAME = 's-iblock'
    end
    
  end
end

require 'thinreports/core/shape/image_block/format'
require 'thinreports/core/shape/image_block/internal'
require 'thinreports/core/shape/image_block/interface'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thinreports-0.7.7 lib/thinreports/core/shape/image_block.rb
thinreports-0.7.6 lib/thinreports/core/shape/image_block.rb
thinreports-0.7.5 lib/thinreports/core/shape/image_block.rb
thinreports-0.7.0 lib/thinreports/core/shape/image_block.rb