class LDAP::ResultError
Public Class Methods
from_id(id, msg = nil)
click to toggle source
# File lib/rbmk/operation.rb, line 13 def self.from_id id, msg = nil @map[id].new msg end
# File lib/rbmk/operation.rb, line 13 def self.from_id id, msg = nil @map[id].new msg end