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.
1267 |
# File 'sig/types.rbs', line 1267
def initialize: (?chunks: Array[CodeChunkInfo]) -> void
|
Instance Attribute Details
#chunks ⇒ Array[CodeChunkInfo]?
Returns the value of attribute chunks.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def chunks @chunks end |