Sha256: 811aaaf08005b1848beb4ce09b6c5b4f38207b3599d95f47bb2f614a6dffadd1

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

# coding: utf-8

module ThinReports
  module Core::Shape
    
    class Style::Basic < Style::Base
      style_accessible :visible
      attr_accessor :visible
      
      def initialize(*args)
        super
        @visible = @format.display?
      end
    end
    
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thinreports-0.7.7 lib/thinreports/core/shape/style/basic.rb
thinreports-0.7.6 lib/thinreports/core/shape/style/basic.rb
thinreports-0.7.5 lib/thinreports/core/shape/style/basic.rb
thinreports-0.7.0 lib/thinreports/core/shape/style/basic.rb