Class: Xberg::FootnoteDefinition

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFootnoteDefinition

Returns a new instance of FootnoteDefinition.

Parameters:

  • label: (String)
  • content: (String)
  • offset: (Integer)


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

def initialize: (label: String, content: String, offset: Integer) -> void

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def offset
  @offset
end