Sha256: 37842d722a2fdd1d5d04b5326a0475a1c9c1b599c9ca59b90c6c9ab2fdd9ae6a

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 Bytes

Contents

# coding: utf-8

module Thinreports
  module Core::Shape

    module List
      TYPE_NAME = 'list'
    end

  end
end

require 'thinreports/core/shape/list/format'
require 'thinreports/core/shape/list/manager'

require 'thinreports/core/shape/list/page'
require 'thinreports/core/shape/list/page_state'

require 'thinreports/core/shape/list/section_format'
require 'thinreports/core/shape/list/section_interface'
require 'thinreports/core/shape/list/section_internal'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thinreports-0.9.1 lib/thinreports/core/shape/list.rb
thinreports-0.9.0 lib/thinreports/core/shape/list.rb