Class: ChefFixie::Sql::Cookbook

Inherits:
SqlObject show all
Includes:
AuthzObjectMixin
Defined in:
lib/chef_fixie/sql_objects.rb

Constant Summary

Constants included from AuthzUtils

AuthzUtils::ACTIONS, AuthzUtils::TYPES

Instance Method Summary collapse

Methods included from AuthzObjectMixin

#ace, #ace_add, #ace_add_raw, #ace_delete, #ace_delete_raw, #ace_get_util, #ace_member?, #ace_raw, #acl, #acl_add_from_object, #acl_raw, #authz_api, #authz_delete, #expand_actions, included, #is_authorized, #prefix, #type

Methods included from AuthzUtils

#check_action, #check_actor_or_group, #get_authz_id, #get_type, #resourcify_actor_or_group, #to_resource

Methods inherited from SqlObject

#data, #delete, name_field, ro_access, std_authz, std_timestamp, #table

Constructor Details

#initialize(data) ⇒ Cookbook

Returns a new instance of Cookbook.



277
278
279
# File 'lib/chef_fixie/sql_objects.rb', line 277

def initialize(data)
  super(data)
end