Sha256: 6c59155d1c66eb60986f33166fc94f869f6ce4f79367199f8e0457e77b50cff0

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module Core
    module Shape
      module Style
        class Basic < Style::Base
          style_accessible :visible
          attr_accessor :visible

          def initialize(*args)
            super
            @visible = @format.display?
          end
        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/style/basic.rb
thinreports-0.10.3 lib/thinreports/core/shape/style/basic.rb
thinreports-0.10.2 lib/thinreports/core/shape/style/basic.rb
thinreports-0.10.1 lib/thinreports/core/shape/style/basic.rb
thinreports-0.10.0 lib/thinreports/core/shape/style/basic.rb