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.
812 |
# File 'sig/types.rbs', line 812
def initialize: (label: String, content: Array[FormattedBlock]) -> void
|
Instance Attribute Details
#content ⇒ Array[FormattedBlock] (readonly)
Returns the value of attribute content.
810 811 812 |
# File 'sig/types.rbs', line 810 def content @content end |
#label ⇒ String (readonly)
Returns the value of attribute label.
809 810 811 |
# File 'sig/types.rbs', line 809 def label @label end |