Class: Roby::DRoby::V5::Queries::OrMatcherDumper::DRoby
- Defined in:
- lib/roby/droby/v5/droby_dump.rb
Overview
An intermediate representation of OrMatcher objects suitable to be sent to our peers.
Instance Attribute Summary collapse
-
#ops ⇒ Object
readonly
Returns the value of attribute ops.
Instance Method Summary collapse
-
#initialize(ops) ⇒ DRoby
constructor
A new instance of DRoby.
- #proxy(peer) ⇒ Object
Constructor Details
#initialize(ops) ⇒ DRoby
Returns a new instance of DRoby.
832 833 834 |
# File 'lib/roby/droby/v5/droby_dump.rb', line 832 def initialize(ops) @ops = ops end |
Instance Attribute Details
#ops ⇒ Object (readonly)
Returns the value of attribute ops.
830 831 832 |
# File 'lib/roby/droby/v5/droby_dump.rb', line 830 def ops @ops end |