Sha256: d3bf453efd6b3ddbbecd1b8f46f3253bce6c9cbfcec96d1799c1a5cbab4b2a4a
Contents?: true
Size: 252 Bytes
Versions: 6
Compression:
Stored size: 252 Bytes
Contents
require 'xmlss/style/base' module Xmlss::Style class Protection def self.writer; :protection; end attr_accessor :protect def initialize(value=nil) self.protect = value end def protected?; !!self.protect; end end end
Version data entries
6 entries across 6 versions & 1 rubygems