Class: Hecks::Runtime::ReactionInvocation::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/runtime/reaction_invocation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aggregateObject

Returns the value of attribute aggregate

Returns:

  • (Object)

    the current value of aggregate



14
15
16
# File 'lib/hecks/runtime/reaction_invocation.rb', line 14

def aggregate
  @aggregate
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



14
15
16
# File 'lib/hecks/runtime/reaction_invocation.rb', line 14

def command
  @command
end

#entitiesObject

Returns the value of attribute entities

Returns:

  • (Object)

    the current value of entities



14
15
16
# File 'lib/hecks/runtime/reaction_invocation.rb', line 14

def entities
  @entities
end