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)


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

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

Instance Attribute Details

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


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

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


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

def offset
  @offset
end