Class: Soka::Engines::ReasoningContext::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/soka/engines/reasoning_context.rb

Overview

Event structure for emitting events

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



9
10
11
# File 'lib/soka/engines/reasoning_context.rb', line 9

def content
  @content
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/soka/engines/reasoning_context.rb', line 9

def type
  @type
end