Class: Thinreports::BasicReport::Core::Shape::Text::Internal
- Inherits:
-
Basic::Internal
- Object
- Base::Internal
- Basic::Internal
- Thinreports::BasicReport::Core::Shape::Text::Internal
- Defined in:
- lib/thinreports/basic_report/core/shape/text/internal.rb
Instance Attribute Summary
Attributes inherited from Base::Internal
Instance Method Summary collapse
Methods inherited from Basic::Internal
Methods inherited from Base::Internal
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
#style ⇒ Object
12 13 14 |
# File 'lib/thinreports/basic_report/core/shape/text/internal.rb', line 12 def style @style ||= Style::Text.new(format) end |
#type_of?(type_name) ⇒ Boolean
16 17 18 |
# File 'lib/thinreports/basic_report/core/shape/text/internal.rb', line 16 def type_of?(type_name) type_name == Text::TYPE_NAME end |