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