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:



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

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

Instance Attribute Details

#chunksArray[CodeChunkInfo] (readonly)

Returns the value of attribute chunks.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def chunks
  @chunks
end

#dataCodeDataNode? (readonly)

Returns the value of attribute data.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def data
  @data
end