Class: Actor::Router::RemoveRoute

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

Instance Attribute Summary collapse

Instance Attribute Details

#output_addressObject

Returns the value of attribute output_address

Returns:

  • (Object)

    the current value of output_address



86
87
88
# File 'lib/actor/router.rb', line 86

def output_address
  @output_address
end

#readerObject

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



86
87
88
# File 'lib/actor/router.rb', line 86

def reader
  @reader
end