class Purest::DirectoryService

Constants

GET_PARAMS

Public Instance Methods

get(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#get
# File lib/purest/directory_service.rb, line 9
def get(options = nil)
  super(options, 'directoryservice', GET_PARAMS)
end
update(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#update
# File lib/purest/directory_service.rb, line 13
def update(options = nil)
  super(options, 'directoryservice')
end