Class: LiterLlm::DeveloperMessage
- Inherits:
-
Object
- Object
- LiterLlm::DeveloperMessage
- 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 ⇒ DeveloperMessage
constructor
A new instance of DeveloperMessage.
Constructor Details
#initialize ⇒ DeveloperMessage
Returns a new instance of DeveloperMessage.
75 |
# File 'sig/types.rbs', line 75
def initialize: (?content: String, ?name: String) -> void
|
Instance Attribute Details
#content ⇒ String?
Returns the value of attribute content.
72 73 74 |
# File 'sig/types.rbs', line 72 def content @content end |
#name ⇒ String?
Returns the value of attribute name.
73 74 75 |
# File 'sig/types.rbs', line 73 def name @name end |