Sha256: 948eacecf0cc6b0bf5467a55816730943b2b3641076f1d52a4a48fec28834464
Contents?: true
Size: 1001 Bytes
Versions: 5
Compression:
Stored size: 1001 Bytes
Contents
############################################################################# # Copyright © 2010 Dan Wanek <dan.wanek@gmail.com> # # # This file is part of WinRM. # # WinRM 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. # # WinRM 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 WinRM. If not, see <http://www.gnu.org/licenses/>. ############################################################################# module WinRM module SOAP # Generic WinRM SOAP Error class WinRMWebServiceError < StandardError end end # SOAP end # WinRM
Version data entries
5 entries across 5 versions & 1 rubygems