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.
41 42 |
# File 'lib/eaco/actor.rb', line 41 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.
33 34 |
# File 'lib/eaco/actor.rb', line 33 def designators end |