Class MCollective::RPC::Result
In: lib/mcollective/rpc/result.rb
Parent: Object

Simple class to manage compliant results from MCollective::RPC agents

Currently it just fakes Hash behaviour to the result to remain backward compatible but it also knows which agent and action produced it so you can associate results to a DDL

Methods

<=>   []   []=   each   fetch   new   to_json  

Included Modules

Enumerable

Attributes

action  [R] 
agent  [R] 
results  [R] 

Public Class methods

Public Instance methods

[Validate]