Class: Roby::Interface::Client::BatchContext::Return::Element Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#callObject

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



433
434
435
# File 'lib/roby/interface/client.rb', line 433

def call
  @call
end

#return_valueObject

Returns the value of attribute return_value

Returns:

  • (Object)

    the current value of return_value



433
434
435
# File 'lib/roby/interface/client.rb', line 433

def return_value
  @return_value
end