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)


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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


782
783
784
# File 'sig/types.rbs', line 782

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


781
782
783
# File 'sig/types.rbs', line 781

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


783
784
785
# File 'sig/types.rbs', line 783

def offset
  @offset
end