Class: TreeSitterLanguagePack::ExportInfo
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::ExportInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ ExportKind?
Returns the value of attribute kind.
-
#name ⇒ String?
Returns the value of attribute name.
-
#span ⇒ Span?
Returns the value of attribute span.
Instance Method Summary collapse
-
#initialize ⇒ ExportInfo
constructor
A new instance of ExportInfo.
Constructor Details
#initialize ⇒ ExportInfo
Returns a new instance of ExportInfo.
127 |
# File 'sig/types.rbs', line 127
def initialize: (?name: String, ?kind: ExportKind, ?span: Span) -> void
|
Instance Attribute Details
#kind ⇒ ExportKind?
Returns the value of attribute kind.
124 125 126 |
# File 'sig/types.rbs', line 124 def kind @kind end |
#name ⇒ String?
Returns the value of attribute name.
123 124 125 |
# File 'sig/types.rbs', line 123 def name @name end |
#span ⇒ Span?
Returns the value of attribute span.
125 126 127 |
# File 'sig/types.rbs', line 125 def span @span end |