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:



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

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

Instance Attribute Details

#contentArray[FormattedBlock] (readonly)

Returns the value of attribute content.

Returns:



813
814
815
# File 'sig/types.rbs', line 813

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


812
813
814
# File 'sig/types.rbs', line 812

def label
  @label
end