lib/jss/api_object/ldap_server.rb in ruby-jss-1.0.4 vs lib/jss/api_object/ldap_server.rb in ruby-jss-1.1.0b1
- old
+ new
@@ -58,12 +58,9 @@
# The hash key used for the JSON object output.
# It's also used in various error messages
RSRC_OBJECT_KEY = :ldap_server
- # these keys, as well as :id and :name, are present in valid API JSON data for this class
- VALID_DATA_KEYS = [].freeze
-
# the default LDAP port
DEFAULT_PORT = 389
# possible values for search scope
SEARCH_SCOPES = ['All Subtrees', 'First Level Only'].freeze