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:



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

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

Instance Attribute Details

#contentArray[FormattedBlock] (readonly)

Returns the value of attribute content.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


809
810
811
# File 'sig/types.rbs', line 809

def label
  @label
end