Class: LiterLlm::FunctionMessage
- Inherits:
-
Object
- Object
- LiterLlm::FunctionMessage
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ String?
Returns the value of attribute content.
-
#name ⇒ String?
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ FunctionMessage
constructor
A new instance of FunctionMessage.
Constructor Details
#initialize ⇒ FunctionMessage
Returns a new instance of FunctionMessage.
82 |
# File 'sig/types.rbs', line 82
def initialize: (?content: String, ?name: String) -> void
|
Instance Attribute Details
#content ⇒ String?
Returns the value of attribute content.
79 80 81 |
# File 'sig/types.rbs', line 79 def content @content end |
#name ⇒ String?
Returns the value of attribute name.
80 81 82 |
# File 'sig/types.rbs', line 80 def name @name end |