module ROM::LDAP::DSML
Directory
Service Markup Language (DSML
)
Refines Array and Hash with to_dsml
method.
@see publib.boulder.ibm.com/tividd/td/ITIM/SC32-1149-01/en_US/HTML/Policy_Org_Admin395.htm @see Directory::Entry
@see Relation::Exporting
Public Instance Methods
to_dsml()
click to toggle source
Convert hash to DSML
format
@return [String]
@api public
# File lib/rom/ldap/extensions/dsml.rb, line 133 def to_dsml Exporter.new([self]).to_dsml end