Class: TreeSitterLanguagePack::DocSection
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::DocSection
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
Returns the value of attribute description.
-
#kind ⇒ String?
Returns the value of attribute kind.
-
#name ⇒ String?
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ DocSection
constructor
A new instance of DocSection.
Constructor Details
#initialize ⇒ DocSection
Returns a new instance of DocSection.
109 |
# File 'sig/types.rbs', line 109
def initialize: (?kind: String, ?name: String, ?description: String) -> void
|
Instance Attribute Details
#description ⇒ String?
Returns the value of attribute description.
107 108 109 |
# File 'sig/types.rbs', line 107 def description @description end |
#kind ⇒ String?
Returns the value of attribute kind.
105 106 107 |
# File 'sig/types.rbs', line 105 def kind @kind end |
#name ⇒ String?
Returns the value of attribute name.
106 107 108 |
# File 'sig/types.rbs', line 106 def name @name end |