Class: Routing::B
- Inherits:
-
Object
- Object
- Routing::B
- Defined in:
- lib/ara/routing.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(message) ⇒ B
constructor
A new instance of B.
- #message ⇒ Object
Constructor Details
#initialize(message) ⇒ B
Returns a new instance of B.
13 14 15 |
# File 'lib/ara/routing.rb', line 13 def initialize() @message = end |
Instance Method Details
#message ⇒ Object
17 18 19 |
# File 'lib/ara/routing.rb', line 17 def @message end |