Module: Eaco::Actor::ClassMethods
- Defined in:
- lib/eaco/actor.rb
Overview
Singleton methods added to Actor classes.
Instance Method Summary collapse
-
#admin_logic ⇒ Object
The logic that evaluates whether an Actor instance is an admin.
-
#designators ⇒ Object
The designators implementations defined for this Actor as an Hash keyed by designator type symbol and with the concrete Designator implementations as values.
Instance Method Details
#admin_logic ⇒ Object
The logic that evaluates whether an Actor instance is an admin.
42 43 |
# File 'lib/eaco/actor.rb', line 42 def admin_logic end |
#designators ⇒ Object
The designators implementations defined for this Actor as an Hash keyed by designator type symbol and with the concrete Designator implementations as values.
34 35 |
# File 'lib/eaco/actor.rb', line 34 def designators end |