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
# File lib/mcollective/rpc/result.rb, line 19 def [](idx) @results[idx] end
# File lib/mcollective/rpc/result.rb, line 23 def []=(idx, item) @results[idx] = item end
Generated with the Darkfish Rdoc Generator 2.