Class: Xeno::AgentDefinition::InstructionContext
- Inherits:
-
Struct
- Object
- Struct
- Xeno::AgentDefinition::InstructionContext
- Defined in:
- lib/xeno/agent_definition.rb
Overview
What agent/instructions.rb's block receives.
Instance Attribute Summary collapse
-
#principal ⇒ Object
Returns the value of attribute principal.
-
#session ⇒ Object
Returns the value of attribute session.
Instance Attribute Details
#principal ⇒ Object
Returns the value of attribute principal
17 18 19 |
# File 'lib/xeno/agent_definition.rb', line 17 def principal @principal end |
#session ⇒ Object
Returns the value of attribute session
17 18 19 |
# File 'lib/xeno/agent_definition.rb', line 17 def session @session end |