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

Version Path
xmlss-1.0.1 lib/xmlss/style/protection.rb
xmlss-1.0.0 lib/xmlss/style/protection.rb
xmlss-1.0.0.rc.4 lib/xmlss/style/protection.rb
xmlss-1.0.0.rc.3 lib/xmlss/style/protection.rb
xmlss-1.0.0.rc.2 lib/xmlss/style/protection.rb
xmlss-1.0.0.rc.1 lib/xmlss/style/protection.rb