Class: BenjiNode::Writer
- Inherits:
-
Object
- Object
- BenjiNode::Writer
- Defined in:
- lib/benji_node/writer.rb
Instance Method Summary collapse
-
#initialize ⇒ Writer
constructor
A new instance of Writer.
- #write(event) ⇒ Object
Constructor Details
#initialize ⇒ Writer
Returns a new instance of Writer.
4 5 6 |
# File 'lib/benji_node/writer.rb', line 4 def initialize @request_id = unique_id end |