Class: Actor::Router::AddRoute
- Inherits:
-
Struct
- Object
- Struct
- Actor::Router::AddRoute
- 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
85 86 87 |
# File 'lib/actor/router.rb', line 85 def output_address @output_address end |
#reader ⇒ Object
Returns the value of attribute reader
85 86 87 |
# File 'lib/actor/router.rb', line 85 def reader @reader end |