Class: DBus::ApiOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/dbus/api_options.rb

Constant Summary collapse

A0 =
ApiOptions.new
A1 =
ApiOptions.new
CURRENT =
A1

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_method_returns_arrayBoolean

Returns:

  • (Boolean)
    • true: a proxy (client-side) method will return an array even for the most common case where the method is declared to have only one ‘out parameter’

    • false: a proxy (client-side) method will return

      • one value for the only ‘out parameter’

      • an array with more ‘out parameters’



21
22
23
# File 'lib/dbus/api_options.rb', line 21

def proxy_method_returns_array
  @proxy_method_returns_array
end