Class: Dickless::ChatMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/dickless/types.rb

Overview

—– AI Gateway —–

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



64
65
66
# File 'lib/dickless/types.rb', line 64

def content
  @content
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



64
65
66
# File 'lib/dickless/types.rb', line 64

def role
  @role
end