Class: Actor::Supervisor::Actor

Inherits:
Struct
  • Object
show all
Defined in:
lib/actor/supervisor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



71
72
73
# File 'lib/actor/supervisor.rb', line 71

def address
  @address
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



71
72
73
# File 'lib/actor/supervisor.rb', line 71

def thread
  @thread
end