Class: ChefFixie::Sql::Group

Inherits:
SqlObject show all
Includes:
AuthzGroupMixin
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 AuthzGroupMixin

#group, #group_add, #group_add_raw, #group_delete, #group_delete_raw, #group_raw, #list, #member?, #type

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) ⇒ Group

Returns a new instance of Group.



228
229
230
# File 'lib/chef_fixie/sql_objects.rb', line 228

def initialize(data)
  super(data)
end