Sha256: d82279680113e32805f56b695726cfa1ed2cc9250df5f060ae8a5df7b208650f

Contents?: true

Size: 237 Bytes

Versions: 2

Compression:

Stored size: 237 Bytes

Contents

# coding: utf-8

module Thinreports
  module Core::Shape

    class Basic::Format < Core::Format::Base
      include Utils

      config_reader :type, :id
      config_reader :style
      config_checker true, :display
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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