Sha256: 94e322e073b726f70c32c7f60f7d3394ecef2ccf8c9e15e3a39d775de8229052
Contents?: true
Size: 500 Bytes
Versions: 7
Compression:
Stored size: 500 Bytes
Contents
# frozen_string_literal: true module Thinreports module Core module Shape module ImageBlock class Interface < Basic::BlockInterface # @see #value alias src value # @see #value= alias 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 end end
Version data entries
7 entries across 7 versions & 1 rubygems