Class Puppet::Network::ClientRequest
In: lib/puppet/network/client_request.rb
Parent: Object

A struct-like class for passing around a client request. It‘s mostly just used for validation and authorization.

Methods

authenticated?   call   new   to_s  

Attributes

authenticated  [RW] 
handler  [RW] 
ip  [RW] 
method  [RW] 
name  [RW] 

Public Class methods

Public Instance methods

A common way of talking about the full call. Individual servers are responsible for setting the values correctly, but this common format makes it possible to check rights.

[Validate]