Class: Xberg::Footnote

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFootnote

Returns a new instance of Footnote.

Parameters:



1084
# File 'sig/types.rbs', line 1084

def initialize: (label: String, content: Array[FormattedBlock]) -> void

Instance Attribute Details

#contentArray[FormattedBlock] (readonly)

Returns the value of attribute content.

Returns:



1082
1083
1084
# File 'sig/types.rbs', line 1082

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def label
  @label
end