Module: ROM::LDAP::MsgPackExport

Included in:
Relation
Defined in:
lib/rom/ldap/extensions/msgpack.rb

Instance Method Summary collapse

Instance Method Details

#to_msgpackString

Export the relation as MessagePack Binary

Examples:

relation.to_msgpack

Returns:

  • (String)


16
17
18
# File 'lib/rom/ldap/extensions/msgpack.rb', line 16

def to_msgpack
  export.to_msgpack
end