# File lib/mcollective/rpc/request.rb, line 44
      def to_hash
        return {:agent => @agent,
                :action => @action,
                :data => @data}
      end