Class: Chorus::Context::Message
- Inherits:
-
Struct
- Object
- Struct
- Chorus::Context::Message
- Defined in:
- lib/chorus/context.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#content ⇒ Object
Returns the value of attribute content.
-
#role ⇒ Object
Returns the value of attribute role.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
13 14 15 |
# File 'lib/chorus/context.rb', line 13 def agent @agent end |
#content ⇒ Object
Returns the value of attribute content
13 14 15 |
# File 'lib/chorus/context.rb', line 13 def content @content end |
#role ⇒ Object
Returns the value of attribute role
13 14 15 |
# File 'lib/chorus/context.rb', line 13 def role @role end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
13 14 15 |
# File 'lib/chorus/context.rb', line 13 def @timestamp end |