lib/jss/api_object/department.rb in ruby-jss-1.0.4 vs lib/jss/api_object/department.rb in ruby-jss-1.1.0b1
- old
+ new
@@ -68,12 +68,9 @@
### The hash key used for the JSON object output.
### It's also used in various error messages
RSRC_OBJECT_KEY = :department
- ### these keys, as well as :id and :name, are present in valid API JSON data for this class
- VALID_DATA_KEYS = []
-
# the object type for this object in
# the object history table.
# See {APIObject#add_object_history_entry}
OBJECT_HISTORY_OBJECT_TYPE = 42