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-1.0.7 motion-prime/sections/header.rb
motion-prime-1.0.6 motion-prime/sections/header.rb
motion-prime-1.0.5 motion-prime/sections/header.rb
motion-prime-1.0.4 motion-prime/sections/header.rb
motion-prime-1.0.3 motion-prime/sections/header.rb
motion-prime-1.0.2 motion-prime/sections/header.rb
motion-prime-1.0.1 motion-prime/sections/header.rb
motion-prime-1.0.0 motion-prime/sections/header.rb
motion-prime-0.9.9.2 motion-prime/sections/header.rb
motion-prime-0.9.9.1 motion-prime/sections/header.rb
motion-prime-0.9.9 motion-prime/sections/header.rb
motion-prime-0.9.8 motion-prime/sections/header.rb
motion-prime-0.9.7 motion-prime/sections/header.rb
motion-prime-0.9.6 motion-prime/sections/header.rb
motion-prime-0.9.5 motion-prime/sections/header.rb
motion-prime-0.9.4 motion-prime/sections/header.rb
motion-prime-0.9.3 motion-prime/sections/header.rb
motion-prime-0.9.2 motion-prime/sections/header.rb
motion-prime-0.9.1 motion-prime/sections/header.rb
motion-prime-0.9.0 motion-prime/sections/header.rb