Sha256: db5b9269ee892d4fd8966d1e72ec8461ee2796cfe0308d0f7eef0636492243f3

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

# coding: utf-8

module ThinReports
  module Core::Shape
    
    class ImageBlock::Interface < Basic::BlockInterface
      # @see #value
      alias_method :src, :value
      
    private
      
      # @see ThinReports::Core::Shape::Base::Interface#init_internal
      def init_internal(parent, format)
        ImageBlock::Internal.new(parent, format)
      end
    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/interface.rb
thinreports-0.7.6 lib/thinreports/core/shape/image_block/interface.rb
thinreports-0.7.5 lib/thinreports/core/shape/image_block/interface.rb
thinreports-0.7.0 lib/thinreports/core/shape/image_block/interface.rb