Skip to content

Commit 4a9e082

Browse files
author
Dave Sims
committed
Move connection attr_reader to a better spot
1 parent 7c15f6f commit 4a9e082

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/github/ldap/forest_search.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def search(options, &block)
2626

2727
private
2828

29+
attr_reader :connection
30+
2931
# Internal: Queries configuration for available domains
3032
#
3133
# Membership of local or global groups need to be evaluated by contacting referral Donmain Controllers
@@ -51,7 +53,7 @@ def get_domain_forest
5153
end
5254
end
5355
end
54-
attr_reader :connection
56+
5557
end
5658
end
5759
end

0 commit comments

Comments
 (0)