Class: TreeSitterLanguagePack::ExportInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExportInfo

Returns a new instance of ExportInfo.

Parameters:



109
# File 'sig/types.rbs', line 109

def initialize: (?name: String, ?kind: ExportKind, ?span: Span) -> void

Instance Attribute Details

#kindExportKind (readonly)

Returns the value of attribute kind.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def kind
  @kind
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


105
106
107
# File 'sig/types.rbs', line 105

def name
  @name
end

#spanSpan (readonly)

Returns the value of attribute span.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def span
  @span
end