Class: Xberg::CodeMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCodeMetadata

Returns a new instance of CodeMetadata.

Parameters:



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

def initialize: (?chunks: Array[CodeChunkInfo], ?data: CodeDataNode) -> void

Instance Attribute Details

#chunksArray[CodeChunkInfo]?

Returns the value of attribute chunks.

Returns:



1270
1271
1272
# File 'sig/types.rbs', line 1270

def chunks
  @chunks
end

#dataCodeDataNode?

Returns the value of attribute data.

Returns:



1271
1272
1273
# File 'sig/types.rbs', line 1271

def data
  @data
end