lib/jss.rb in ruby-jss-0.6.6 vs lib/jss.rb in ruby-jss-0.6.7
- old
+ new
@@ -1,6 +1,7 @@
-### Copyright 2016 Pixar
+### Copyright 2017 Pixar
+
###
### Licensed under the Apache License, Version 2.0 (the "Apache License")
### with the following modification; you may not use this file except in
### compliance with the Apache License and the following modification to it:
### Section 6. Trademarks. is deleted and replaced with:
@@ -165,9 +166,10 @@
class RestrictedSoftware < JSS::APIObject; end
class Script < JSS::APIObject; end
class Site < JSS::APIObject; end
class SoftwareUpdateServer < JSS::APIObject; end
class User < JSS::APIObject; end
+ class WebHook < JSS::APIObject; end
end # module JSS
### Load the rest of the module