Class: Chorus::Context::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/chorus/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



13
14
15
# File 'lib/chorus/context.rb', line 13

def agent
  @agent
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



13
14
15
# File 'lib/chorus/context.rb', line 13

def content
  @content
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



13
14
15
# File 'lib/chorus/context.rb', line 13

def role
  @role
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



13
14
15
# File 'lib/chorus/context.rb', line 13

def timestamp
  @timestamp
end