Sha256: dd6d66a47fc3157cb4e8715bcd03482aeacc1a698513d62ebfaf7628c9fb2a83

Contents?: true

Size: 422 Bytes

Versions: 5

Compression:

Stored size: 422 Bytes

Contents

# coding: utf-8

module Thinreports
  module Core::Shape

    class ImageBlock::Interface < Basic::BlockInterface
      # @see #value
      alias_method :src, :value
      # @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

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.9.1 lib/thinreports/core/shape/image_block/interface.rb
thinreports-0.9.0 lib/thinreports/core/shape/image_block/interface.rb
thinreports-0.8.2 lib/thinreports/core/shape/image_block/interface.rb
thinreports-0.8.1 lib/thinreports/core/shape/image_block/interface.rb
thinreports-0.8.0 lib/thinreports/core/shape/image_block/interface.rb