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

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

Instance Attribute Summary

Attributes inherited from Base::Internal

#format, #parent, #states, #style

Instance Method Summary collapse

Methods inherited from Basic::BlockInternal

#read_value, #real_value, #style, #write_value

Methods inherited from Basic::Internal

#identifier, #style

Methods inherited from Base::Internal

#copy, #initialize

Methods included from Utils

#blank_value?, #call_block_in, #deep_copy, included

Constructor Details

This class inherits a constructor from Thinreports::BasicReport::Core::Shape::Base::Internal

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