Class: Xberg::HeadingContext
- Inherits:
-
Object
- Object
- Xberg::HeadingContext
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#headings ⇒ Array[HeadingLevel]
readonly
Returns the value of attribute headings.
Instance Method Summary collapse
-
#initialize ⇒ HeadingContext
constructor
A new instance of HeadingContext.
Constructor Details
#initialize ⇒ HeadingContext
Returns a new instance of HeadingContext.
963 |
# File 'sig/types.rbs', line 963
def initialize: (headings: Array[HeadingLevel]) -> void
|
Instance Attribute Details
#headings ⇒ Array[HeadingLevel] (readonly)
Returns the value of attribute headings.
961 962 963 |
# File 'sig/types.rbs', line 961 def headings @headings end |