Method: Zircon::Message#to_hash

Defined in:
lib/zircon/message.rb

#to_hashObject



18
19
20
21
22
23
24
25
# File 'lib/zircon/message.rb', line 18

def to_hash
  {
    body: body,
    from: from,
    to: to,
    type: type,
  }
end