Sha256: b8d3f5a2602821a9afd7ec7d7e548e457c9476c1038c1136f4686fb78298f12f
Contents?: true
Size: 514 Bytes
Versions: 3
Compression:
Stored size: 514 Bytes
Contents
# # Copyright (c) 2014 Red Hat Inc. # # This software is licensed to you under the GNU General Public License, # version 3 (GPLv3). 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 GPLv3 # along with this software; if not, see http://www.gnu.org/licenses/gpl.txt # module ForemanOpenscap::Helper def self.get_asset(cname) Host.find_by_name!(cname).get_asset end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.3.2 | lib/foreman_openscap/helper.rb |
foreman_openscap-0.3.1 | lib/foreman_openscap/helper.rb |
foreman_openscap-0.3.0 | lib/foreman_openscap/helper.rb |