Sha256: 265d23b7b1bfc908050f0c84776ab1c04d838080c963210b652960e22ad03035

Contents?: true

Size: 255 Bytes

Versions: 4

Compression:

Stored size: 255 Bytes

Contents

# coding: utf-8

module ThinReports
  module Core::Shape
    
    # @private
    class ImageBlock::Format < Basic::BlockFormat
      config_reader :position_x => %w( position-x ),
                    :position_y => %w( position-y )
    end
    
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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