Module: ChefFixie::AuthzMapper::ClassMethods

Defined in:
lib/chef_fixie/authz_mapper.rb

Instance Method Summary collapse

Instance Method Details

#register_authz(name, type) ⇒ Object

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



135
136
137
# File 'lib/chef_fixie/authz_mapper.rb', line 135

def register_authz(name, type)
  AuthzMapper.register(self, name, type)
end