Class: Hecks::Runtime::ReactionInvocation::Target
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Runtime::ReactionInvocation::Target
- Defined in:
- lib/hecks/runtime/reaction_invocation.rb
Instance Attribute Summary collapse
-
#aggregate ⇒ Object
Returns the value of attribute aggregate.
-
#command ⇒ Object
Returns the value of attribute command.
-
#entities ⇒ Object
Returns the value of attribute entities.
Instance Attribute Details
#aggregate ⇒ Object
Returns the value of attribute aggregate
14 15 16 |
# File 'lib/hecks/runtime/reaction_invocation.rb', line 14 def aggregate @aggregate end |
#command ⇒ Object
Returns the value of attribute command
14 15 16 |
# File 'lib/hecks/runtime/reaction_invocation.rb', line 14 def command @command end |
#entities ⇒ Object
Returns the value of attribute entities
14 15 16 |
# File 'lib/hecks/runtime/reaction_invocation.rb', line 14 def entities @entities end |