struct Socket::Addr

Superclass hierarchy

Object
Value
Struct
Socket::Addr

Defined in:

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(family, ip_port, ip_address)

def self.new(family, path)

Instance Method Detail

def family

def family=(family)

def ip_address

def ip_address=(ip_address)

def ip_port

def ip_port=(ip_port)

def path

def path=(path)