Sha256: 8c441b5a8f5ac5e5cf6c8c6ac4f088ad62d8c0bb2a6b771db44b2ba9942e9f35
Contents?: true
Size: 1.07 KB
Versions: 16
Compression:
Stored size: 1.07 KB
Contents
############################################################################# # Copyright © 2010 Dan Wanek <dwanek@nd.gov> # # # This file is part of zenoss_client. # # zenoss_client is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 3 of the License, or (at # your option) any later version. # # zenoss_client is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. # # You should have received a copy of the GNU General Public License along # with zenoss_client. If not, see <http://www.gnu.org/licenses/>. ############################################################################# module Zenoss module Model class ZenPackManager include Model def initialize model_init end def manage_add_zenpack(zenpack_id) end end end # Model end # Zenoss
Version data entries
16 entries across 16 versions & 1 rubygems