Module: ROM::LDAP::MsgPackExport
- Included in:
- Relation
- Defined in:
- lib/rom/ldap/extensions/msgpack.rb
Instance Method Summary collapse
-
#to_msgpack ⇒ String
Export the relation as MessagePack Binary.
Instance Method Details
#to_msgpack ⇒ String
Export the relation as MessagePack Binary
16 17 18 |
# File 'lib/rom/ldap/extensions/msgpack.rb', line 16 def to_msgpack export.to_msgpack end |