lib/jss.rb in ruby-jss-0.6.4 vs lib/jss.rb in ruby-jss-0.6.5

- old
+ new

@@ -157,23 +157,26 @@ class MobileDeviceGroup < JSS::Group ; end class UserGroup < JSS::Group ; end ### APIObject Classes without SubClasses + class Account < JSS::APIObject ; end class Building < JSS::APIObject ; end class Category < JSS::APIObject ; end class Computer < JSS::APIObject ; end class Department < JSS::APIObject ; end class DistributionPoint < JSS::APIObject ; end class LDAPServer < JSS::APIObject ; end class MobileDevice < JSS::APIObject ; end class NetBootServer < JSS::APIObject ; end class NetworkSegment < JSS::APIObject ; end + class OSXConfigurationProfile < JSS::APIObject ; end class Package < JSS::APIObject ; end class PeripheralType < JSS::APIObject ; end class Peripheral < JSS::APIObject ; end class Policy < JSS::APIObject ; end class RemovableMacAddress < JSS::APIObject ; end + 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