Class: Hecks::Runtime::ReactionInvocation::Scope
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Runtime::ReactionInvocation::Scope
- Defined in:
- lib/hecks/runtime/reaction_invocation.rb
Overview
:facts, not :values — Struct.new already defines #values (every member's own value, in order); naming this field :values silently shadowed that with the single Hash it actually holds.
Instance Attribute Summary collapse
-
#facts ⇒ Object
Returns the value of attribute facts.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#facts ⇒ Object
Returns the value of attribute facts
18 19 20 |
# File 'lib/hecks/runtime/reaction_invocation.rb', line 18 def facts @facts end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/hecks/runtime/reaction_invocation.rb', line 18 def name @name end |