Class: Xberg::CodeMetadata
- Inherits:
-
Object
- Object
- Xberg::CodeMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#chunks ⇒ Array[CodeChunkInfo]
readonly
Returns the value of attribute chunks.
-
#data ⇒ CodeDataNode?
readonly
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.
277 |
# File 'sig/types.rbs', line 277
def initialize: (?chunks: Array[CodeChunkInfo], ?data: CodeDataNode) -> void
|
Instance Attribute Details
#chunks ⇒ Array[CodeChunkInfo] (readonly)
Returns the value of attribute chunks.
274 275 276 |
# File 'sig/types.rbs', line 274 def chunks @chunks end |
#data ⇒ CodeDataNode? (readonly)
Returns the value of attribute data.
275 276 277 |
# File 'sig/types.rbs', line 275 def data @data end |