Sha256: b0b4f20f5ee194d6ab98cf77475c3ad2ee9fa680bebe378f9297410a041a4110

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module Core
    module Shape
      module Basic
        class Format < Core::Format::Base
          include Utils

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.11.0 lib/thinreports/core/shape/basic/format.rb
thinreports-0.10.3 lib/thinreports/core/shape/basic/format.rb
thinreports-0.10.2 lib/thinreports/core/shape/basic/format.rb
thinreports-0.10.1 lib/thinreports/core/shape/basic/format.rb
thinreports-0.10.0 lib/thinreports/core/shape/basic/format.rb