Method: Rodbot::Message#dump

Defined in:
lib/rodbot/message.rb

#dumpString

Serialize the message

Returns:

  • (String)

    serialized and encoded self


70
71
72
# File 'lib/rodbot/message.rb', line 70

def dump
  Rodbot::Serializer.new(to_h).string
end