Class: LiterLlm::DeveloperMessage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDeveloperMessage

Returns a new instance of DeveloperMessage.

Parameters:

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


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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


316
317
318
# File 'sig/types.rbs', line 316

def content
  @content
end

#nameString? (readonly)

Returns the value of attribute name.

Returns:

  • (String, nil)


317
318
319
# File 'sig/types.rbs', line 317

def name
  @name
end