class AxlsxReport::Group

Attributes

end_index[RW]
name[R]
start_index[R]

Public Class Methods

new(name, start_index) click to toggle source
# File lib/axlsx_report/group.rb, line 6
def initialize(name, start_index)
  @name = name
  @start_index = start_index
end