Class: TreeSitterLanguagePack::DocSection
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::DocSection
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#kind ⇒ String
readonly
Returns the value of attribute kind.
-
#name ⇒ String?
readonly
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.
85 |
# File 'sig/types.rbs', line 85
def initialize: (?kind: String, ?name: String, ?description: String) -> void
|
Instance Attribute Details
#description ⇒ String (readonly)
Returns the value of attribute description.
83 84 85 |
# File 'sig/types.rbs', line 83 def description @description end |
#kind ⇒ String (readonly)
Returns the value of attribute kind.
81 82 83 |
# File 'sig/types.rbs', line 81 def kind @kind end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
82 83 84 |
# File 'sig/types.rbs', line 82 def name @name end |