Module: Eaco::DSL
- Extended by:
- DSL
- Included in:
- DSL
- Defined in:
- lib/eaco/dsl.rb,
lib/eaco/dsl/acl.rb,
lib/eaco/dsl/base.rb,
lib/eaco/dsl/actor.rb,
lib/eaco/dsl/resource.rb,
lib/eaco/dsl/actor/designators.rb,
lib/eaco/dsl/resource/permissions.rb
Overview
Eaco DSL entry point.
Defined Under Namespace
Classes: ACL, Actor, Base, Resource
Instance Method Summary collapse
-
#actor(actor_class, options = {}, &block) ⇒ Object
Entry point for an Actor definition.
-
#authorize(resource_class, options = {}, &block) ⇒ Object
Entry point for the Resource authorization definition.