module Accounts
Module to create accounts and attach them to the organization
Public Class Methods
deploy(*)
click to toggle source
# File lib/dlz/accounts.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/accounts.rb, line 9 def self.destroy(*) Interface.error(message: 'I am not implemented yet!') # TODO: implement me end