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