module ChefFixie::AuthzMapper::ClassMethods

Public Instance Methods

register_authz(name, type) click to toggle source

TODO: We should be able to automatically figure out the type somehow. At minimum should figure out a self check

# File lib/chef_fixie_shahid/authz_mapper.rb, line 135
def register_authz(name, type)
  AuthzMapper.register(self, name, type)
end