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:



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

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

Instance Attribute Details

#contentArray[FormattedBlock] (readonly)

Returns the value of attribute content.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


840
841
842
# File 'sig/types.rbs', line 840

def label
  @label
end