Class: LiterLlm::FunctionMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFunctionMessage

Returns a new instance of FunctionMessage.

Parameters:

  • content: (String)
  • name: (String)


82
# File 'sig/types.rbs', line 82

def initialize: (?content: String, ?name: String) -> void

Instance Attribute Details

#contentString?

Returns the value of attribute content.

Returns:

  • (String, nil)


79
80
81
# File 'sig/types.rbs', line 79

def content
  @content
end

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


80
81
82
# File 'sig/types.rbs', line 80

def name
  @name
end