Class: Zeus::Server::AcceptorRegistrationMonitor::AcceptorStub

Inherits:
Struct
  • Object
show all
Defined in:
lib/zeus/server/acceptor_registration_monitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



18
19
20
# File 'lib/zeus/server/acceptor_registration_monitor.rb', line 18

def commands
  @commands
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



18
19
20
# File 'lib/zeus/server/acceptor_registration_monitor.rb', line 18

def description
  @description
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



18
19
20
# File 'lib/zeus/server/acceptor_registration_monitor.rb', line 18

def pid
  @pid
end

#socketObject

Returns the value of attribute socket

Returns:

  • (Object)

    the current value of socket



18
19
20
# File 'lib/zeus/server/acceptor_registration_monitor.rb', line 18

def socket
  @socket
end