Class: Thinreports::BasicReport::Core::Shape::ImageBlock::Internal

Inherits:
Basic::BlockInternal
  • Object
show all
Defined in:
lib/thinreports/basic_report/core/shape/image_block/internal.rb

Instance Method Summary collapse

Methods inherited from Basic::BlockInternal

#read_value, #real_value, #style, #write_value

Instance Method Details

#type_of?(type_name) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/thinreports/basic_report/core/shape/image_block/internal.rb', line 11

def type_of?(type_name)
  type_name == ImageBlock::TYPE_NAME || super
end