Class: Actor::Router::AddRoute

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



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

def output_address
  @output_address
end

#readerObject

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



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

def reader
  @reader
end