Class: Soka::Engines::ReasoningContext::Event
- Inherits:
-
Struct
- Object
- Struct
- Soka::Engines::ReasoningContext::Event
- Defined in:
- lib/soka/engines/reasoning_context.rb
Overview
Event structure for emitting events
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
9 10 11 |
# File 'lib/soka/engines/reasoning_context.rb', line 9 def content @content end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/soka/engines/reasoning_context.rb', line 9 def type @type end |