Method: Cuboid::OptionGroups::RPC#server_socket

Defined in:
lib/cuboid/option_groups/rpc.rb

#server_socketString

Returns Path to the UNIX socket to use for RPC communication.

Returns:

  • (String)

    Path to the UNIX socket to use for RPC communication.

See Also:



12
13
14
# File 'lib/cuboid/option_groups/rpc.rb', line 12

def server_socket
  @server_socket
end