Class: Thinreports::BasicReport::Core::Shape::List::SectionFormat

Inherits:
Manager::Format show all
Defined in:
lib/thinreports/basic_report/core/shape/list/section_format.rb

Instance Attribute Summary

Attributes inherited from Manager::Format

#identifier

Instance Method Summary collapse

Methods inherited from Manager::Format

#find_shape, #has_shape?, #shapes

Methods inherited from Format::Base

#attributes, config_accessor, config_checker, config_reader, config_writer

Constructor Details

#initializeSectionFormat

Returns a new instance of SectionFormat.



17
18
19
20
# File 'lib/thinreports/basic_report/core/shape/list/section_format.rb', line 17

def initialize(*)
  super
  initialize_items(attributes['items'])
end