Class: ChefFixie::Sql::Client
- Includes:
- AuthzActorMixin
- Defined in:
- lib/chef_fixie/sql_objects.rb
Constant Summary
Constants included from AuthzUtils
AuthzUtils::Actions, AuthzUtils::Types
Instance Method Summary collapse
-
#initialize(data) ⇒ Client
constructor
A new instance of Client.
Methods included from AuthzActorMixin
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, #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, name_field, ro_access, std_authz, std_timestamp
Constructor Details
#initialize(data) ⇒ Client
Returns a new instance of Client.
205 206 207 |
# File 'lib/chef_fixie/sql_objects.rb', line 205 def initialize(data) super(data) end |