Sha256: 5fef04e31e9ee67f7a441333dd60743d6f0e8d81a4e96036b4cb5fbbe86c71d3
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thinreports-0.9.1 | lib/thinreports/core/shape/style/basic.rb |
thinreports-0.9.0 | lib/thinreports/core/shape/style/basic.rb |