Class: Roby::Interface::Client::BatchContext::Return::Element Private
- Defined in:
- lib/roby/interface/client.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#call ⇒ Object
Returns the value of attribute call.
-
#return_value ⇒ Object
Returns the value of attribute return_value.
Instance Attribute Details
#call ⇒ Object
Returns the value of attribute call
433 434 435 |
# File 'lib/roby/interface/client.rb', line 433 def call @call end |
#return_value ⇒ Object
Returns the value of attribute return_value
433 434 435 |
# File 'lib/roby/interface/client.rb', line 433 def return_value @return_value end |