module Organization
Module to create the organization and organizational units
Public Class Methods
deploy(*)
click to toggle source
# File lib/dlz/organization.rb, line 5 def self.deploy(*) Interface.error(message: 'I am not implemented yet!') # TODO: implement me end
destroy(*)
click to toggle source
# File lib/dlz/organization.rb, line 9 def self.destroy(*) Interface.error(message: 'I am not implemented yet!') # TODO: implement me end