Class: ChefFixie::Sql::Container

Inherits:
SqlObject show all
Includes:
AuthzContainerMixin
Defined in:
lib/chef_fixie_shahid/sql_objects.rb

Overview

module ScopedType

  def self.included(base)
    pp :base=>base
    Org.scoped_type(base)
  end
end

Constant Summary

Constants included from AuthzUtils

AuthzUtils::ACTIONS, AuthzUtils::TYPES

Instance Method Summary collapse

Methods included from AuthzContainerMixin

#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) ⇒ Container

Returns a new instance of Container.



219
220
221
# File 'lib/chef_fixie_shahid/sql_objects.rb', line 219

def initialize(data)
  super(data)
end