Sha256: 0c23af30c3d26a463896c47bc0d7badac9c971422149062da7281c24512ee966
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
class Puppet::Network::Handler class Status < Handler @interface = XMLRPC::Service::Interface.new("status") { |iface| iface.add_method("int status()") } def status(client = nil, clientip = nil) return 1 end end end # $Id: status.rb 2259 2007-03-06 19:03:05Z luke $
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet-0.22.4 | lib/puppet/network/handler/status.rb |