Class: Legion::Extensions::Agentic::Affect::Mood::Client
- Inherits:
-
Object
- Object
- Legion::Extensions::Agentic::Affect::Mood::Client
- Includes:
- Runners::Mood, Helpers::Lex
- Defined in:
- lib/legion/extensions/agentic/affect/mood/client.rb
Instance Attribute Summary collapse
-
#mood_state ⇒ Object
readonly
Returns the value of attribute mood_state.
Instance Method Summary collapse
-
#initialize(mood_state: nil) ⇒ Client
constructor
A new instance of Client.
Methods included from Runners::Mood
#current_mood, #mood_history, #mood_modulation, #mood_stats, #update_mood
Constructor Details
Instance Attribute Details
#mood_state ⇒ Object (readonly)
Returns the value of attribute mood_state.
12 13 14 |
# File 'lib/legion/extensions/agentic/affect/mood/client.rb', line 12 def mood_state @mood_state end |