Sha256: c6b9d172035af7ee99b1dc6d5564dab6200caf788bacf1f405c54788a767fe53
Contents?: true
Size: 574 Bytes
Versions: 5
Compression:
Stored size: 574 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport module Core module Shape module ImageBlock class Interface < Basic::BlockInterface # @see #value alias src value # @see #value= alias src= value= private # @see Thinreports::BasicReport::Core::Shape::Base::Interface#init_internal def init_internal(parent, format) ImageBlock::Internal.new(parent, format) end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems