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)


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

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

Instance Attribute Details

#contentString?

Returns the value of attribute content.

Returns:

  • (String, nil)


72
73
74
# File 'sig/types.rbs', line 72

def content
  @content
end

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


73
74
75
# File 'sig/types.rbs', line 73

def name
  @name
end