Sha256: 4ea60e78e1d58e76dbacd473888cfe48ad74a06af469444fa0a23b6677364beb

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 Bytes

Contents

#
# Copyright (c) 2015 Red Hat Inc.
#
# This software is licensed to you under the GNU General Public License,
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
# along with this software; if not, see
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
#

require 'openscap/exceptions'
require 'openscap/xccdf'
require 'openscap/xccdf/item'

module OpenSCAP
  module Xccdf
    class Group < Item
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openscap-0.4.8 lib/openscap/xccdf/group.rb
openscap-0.4.7 lib/openscap/xccdf/group.rb
openscap-0.4.4 lib/openscap/xccdf/group.rb
openscap-0.4.3 lib/openscap/xccdf/group.rb