class Roby::DRoby::V5::Queries::AndMatcherDumper::DRoby

An intermediate representation of AndMatcher objects suitable to be sent to our peers.

Attributes

ops[R]

Public Class Methods

new(ops) click to toggle source
# File lib/roby/droby/v5/droby_dump.rb, line 796
def initialize(ops)
    @ops = ops
end

Public Instance Methods

proxy(peer) click to toggle source
# File lib/roby/droby/v5/droby_dump.rb, line 799
def proxy(peer)
    Roby::Queries::AndMatcher.new(*peer.local_object(ops))
end