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:



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

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

Instance Attribute Details

#chunksArray[CodeChunkInfo]?

Returns the value of attribute chunks.

Returns:



1266
1267
1268
# File 'sig/types.rbs', line 1266

def chunks
  @chunks
end