Class: Syskit::BoundDataService::DRoby
- Defined in:
- lib/syskit/bound_data_service.rb
Instance Attribute Summary collapse
-
#component ⇒ Object
Returns the value of attribute component.
-
#model ⇒ Object
Returns the value of attribute model.
Instance Method Summary collapse
Instance Attribute Details
#component ⇒ Object
Returns the value of attribute component
162 163 164 |
# File 'lib/syskit/bound_data_service.rb', line 162 def component @component end |
#model ⇒ Object
Returns the value of attribute model
162 163 164 |
# File 'lib/syskit/bound_data_service.rb', line 162 def model @model end |
Instance Method Details
#proxy(peer) ⇒ Object
163 164 165 |
# File 'lib/syskit/bound_data_service.rb', line 163 def proxy(peer) BoundDataService.new(peer.local_object(component), peer.local_object(model)) end |