Class: Thinreports::BasicReport::Core::Shape::StackView::Format
- Inherits:
-
Basic::Format
- Object
- Format::Base
- Basic::Format
- Thinreports::BasicReport::Core::Shape::StackView::Format
- Defined in:
- lib/thinreports/basic_report/core/shape/stack_view/format.rb
Instance Attribute Summary collapse
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
Instance Method Summary collapse
-
#initialize ⇒ Format
constructor
A new instance of Format.
Methods inherited from Basic::Format
Methods included from Utils
#blank_value?, #call_block_in, #deep_copy, included
Methods inherited from Format::Base
#attributes, config_accessor, config_checker, config_reader, config_writer
Constructor Details
#initialize ⇒ Format
Returns a new instance of Format.
11 12 13 14 |
# File 'lib/thinreports/basic_report/core/shape/stack_view/format.rb', line 11 def initialize(*) super initialize_rows end |
Instance Attribute Details
#rows ⇒ Object (readonly)
Returns the value of attribute rows.
9 10 11 |
# File 'lib/thinreports/basic_report/core/shape/stack_view/format.rb', line 9 def rows @rows end |