class Thinreports::Core::Shape::ImageBlock::Internal
Public Instance Methods
type_of?(type_name)
click to toggle source
Calls superclass method
Thinreports::Core::Shape::Basic::BlockInternal#type_of?
# File lib/thinreports/core/shape/image_block/internal.rb, line 10 def type_of?(type_name) type_name == ImageBlock::TYPE_NAME || super end