Method: MagicPipe::Envelope#as_json
- Defined in:
- lib/magic_pipe/envelope.rb
#as_json ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/magic_pipe/envelope.rb', line 14 def as_json(*) { body: @body.as_json, topic: @topic, producer: @producer, time: @time, mime: @mime, } end |