Sha256: fc96b3e8f27e615a6c5f5c1d3063738e40b549d62deda020ac3658437113df20

Contents?: true

Size: 210 Bytes

Versions: 28

Compression:

Stored size: 210 Bytes

Contents

module MotionPrime
  class HeaderSection < Section
    include Prime::CellSectionMixin

    before_initialize :prepare_header_options

    def prepare_header_options
      @cell_type = :header
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
motion-prime-0.8.12 motion-prime/sections/header.rb
motion-prime-0.8.11 motion-prime/sections/header.rb
motion-prime-0.8.10 motion-prime/sections/header.rb
motion-prime-0.8.9 motion-prime/sections/header.rb
motion-prime-0.8.8 motion-prime/sections/header.rb
motion-prime-0.8.7 motion-prime/sections/header.rb
motion-prime-0.8.6 motion-prime/sections/header.rb
motion-prime-0.8.5 motion-prime/sections/header.rb