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:



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

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

Instance Attribute Details

#chunksArray[CodeChunkInfo]?

Returns the value of attribute chunks.

Returns:



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

def chunks
  @chunks
end

#dataCodeDataNode?

Returns the value of attribute data.

Returns:



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

def data
  @data
end