module ROM::LDAP::MsgPackExport
Public Instance Methods
to_msgpack()
click to toggle source
Export the relation as MessagePack Binary
@return [String]
@example
relation.to_msgpack
@api public
# File lib/rom/ldap/extensions/msgpack.rb, line 16 def to_msgpack export.to_msgpack end