Class: Xberg::CodeMetadata
- Inherits:
-
Object
- Object
- Xberg::CodeMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#chunks ⇒ Array[CodeChunkInfo]?
Returns the value of attribute chunks.
-
#data ⇒ CodeDataNode?
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize ⇒ CodeMetadata
constructor
A new instance of CodeMetadata.
Constructor Details
#initialize ⇒ CodeMetadata
Returns a new instance of CodeMetadata.
1273 |
# File 'sig/types.rbs', line 1273
def initialize: (?chunks: Array[CodeChunkInfo], ?data: CodeDataNode) -> void
|
Instance Attribute Details
#chunks ⇒ Array[CodeChunkInfo]?
Returns the value of attribute chunks.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def chunks @chunks end |
#data ⇒ CodeDataNode?
Returns the value of attribute data.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def data @data end |