class ActiveLdap::SupportedControl
def initialize(controls)
def initialize(controls) @controls = controls @paged_results = @controls.include?(LdapControls::PAGED_RESULTS) end
def paged_results?
def paged_results? @paged_results end
def initialize(controls) @controls = controls @paged_results = @controls.include?(LdapControls::PAGED_RESULTS) end
def paged_results? @paged_results end