Class: Actor::Router::RemoveRoute
- Inherits:
-
Struct
- Object
- Struct
- Actor::Router::RemoveRoute
- Defined in:
- lib/actor/router.rb
Instance Attribute Summary collapse
-
#output_address ⇒ Object
Returns the value of attribute output_address.
-
#reader ⇒ Object
Returns the value of attribute reader.
Instance Attribute Details
#output_address ⇒ Object
Returns the value of attribute output_address
86 87 88 |
# File 'lib/actor/router.rb', line 86 def output_address @output_address end |
#reader ⇒ Object
Returns the value of attribute reader
86 87 88 |
# File 'lib/actor/router.rb', line 86 def reader @reader end |