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.
Instance Method Summary collapse
-
#initialize ⇒ CodeMetadata
constructor
A new instance of CodeMetadata.
Constructor Details
#initialize ⇒ CodeMetadata
Returns a new instance of CodeMetadata.
1268 |
# File 'sig/types.rbs', line 1268
def initialize: (?chunks: Array[CodeChunkInfo]) -> void
|
Instance Attribute Details
#chunks ⇒ Array[CodeChunkInfo]?
Returns the value of attribute chunks.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def chunks @chunks end |