Class: Xberg::Footnote
- Inherits:
-
Object
- Object
- Xberg::Footnote
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ Array[FormattedBlock]
readonly
Returns the value of attribute content.
-
#label ⇒ String
readonly
Returns the value of attribute label.
Instance Method Summary collapse
-
#initialize ⇒ Footnote
constructor
A new instance of Footnote.
Constructor Details
#initialize ⇒ Footnote
Returns a new instance of Footnote.
1084 |
# File 'sig/types.rbs', line 1084
def initialize: (label: String, content: Array[FormattedBlock]) -> void
|
Instance Attribute Details
#content ⇒ Array[FormattedBlock] (readonly)
Returns the value of attribute content.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def content @content end |
#label ⇒ String (readonly)
Returns the value of attribute label.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def label @label end |