class Async::Messaging::Mongoid::Message

Public Instance Methods

to_h() click to toggle source
# File lib/async-messaging/message.rb, line 22
def to_h
  Hash[self.attributes].symbolize_keys
end