Sha256: 7201952f855edc85582163aa1f02666672fb933018938e0e776534eaf1e07982
Contents?: true
Size: 277 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thinreports-0.8.2 | lib/thinreports/core/shape/style/basic.rb |
thinreports-0.8.1 | lib/thinreports/core/shape/style/basic.rb |
thinreports-0.8.0 | lib/thinreports/core/shape/style/basic.rb |