Class: Thinreports::BasicReport::Core::Shape::StackView::Format

Inherits:
Basic::Format show all
Defined in:
lib/thinreports/basic_report/core/shape/stack_view/format.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Basic::Format

#affect_bottom_margin?

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

#initializeFormat

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

#rowsObject (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