Class: Xberg::FootnoteAnchor

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFootnoteAnchor

Returns a new instance of FootnoteAnchor.

Parameters:

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


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

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

Instance Attribute Details

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


746
747
748
# File 'sig/types.rbs', line 746

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


747
748
749
# File 'sig/types.rbs', line 747

def offset
  @offset
end