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:



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

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

Instance Attribute Details

#chunksArray[CodeChunkInfo]?

Returns the value of attribute chunks.

Returns:



1306
1307
1308
# File 'sig/types.rbs', line 1306

def chunks
  @chunks
end

#dataCodeDataNode?

Returns the value of attribute data.

Returns:



1307
1308
1309
# File 'sig/types.rbs', line 1307

def data
  @data
end