Class: TreeSitterLanguagePack::ExportInfo
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::ExportInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ ExportKind
readonly
Returns the value of attribute kind.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#span ⇒ Span
readonly
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.
109 |
# File 'sig/types.rbs', line 109
def initialize: (?name: String, ?kind: ExportKind, ?span: Span) -> void
|
Instance Attribute Details
#kind ⇒ ExportKind (readonly)
Returns the value of attribute kind.
106 107 108 |
# File 'sig/types.rbs', line 106 def kind @kind end |
#name ⇒ String (readonly)
Returns the value of attribute name.
105 106 107 |
# File 'sig/types.rbs', line 105 def name @name end |
#span ⇒ Span (readonly)
Returns the value of attribute span.
107 108 109 |
# File 'sig/types.rbs', line 107 def span @span end |