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:



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

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

Instance Attribute Details

#chunksArray[CodeChunkInfo]?

Returns the value of attribute chunks.

Returns:



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

def chunks
  @chunks
end