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)


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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


401
402
403
# File 'sig/types.rbs', line 401

def content
  @content
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


402
403
404
# File 'sig/types.rbs', line 402

def name
  @name
end